PureBytes Links
Trading Reference Links
|
Multithreading in VB is easy. VB classes supports multithreading
through the use of classes. You can set various class properties
so it becomes your multithreaded object. MSDN articles and the online
help cover much of this. An excellent book that covers this in detail
is "Developing COM/ActiveX Components with VB6" by Dan Appleman.
Keep in mind that poorly designed multithreading will probably
slow down your application.
Steve Helme
www.corniceresearch.com
|