Using NDde project (http://ndde.codeplex.com/) in vb.net server sample. How to send multiple items? Say item1, item2, etc. Without success: Tried to copy and change the protected override functions from OnStartAdvise to all functions that affect 'item'.
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
You cannot do this. Each item must be processed separately.