Quote:
Originally posted by honeybee
Hyperspaced, did you take the extreme pains of going through all the posts in this thread? In my first post, I have clearly mentioned you need to use ActiveX EXE and ActiveX DLL or simple EXE to implement a multi-threaded setup. An ActiveX EXE is the only good way of implementing multi-threading in VB. And CreateThread is not at all reliable. Everywhere you go for multithreading in VB6.0, you will find that people will discourage you from using the CreateThread API.
The conclusion is that multithreading in VB is definitely possible, but it doesn't have to be through the CreateThread API. You have to use the ActiveX EXE approach for that.
.