hi.
i need a very basic sample code...
to create thread with API in vb.
thanks and goodbye/
Printable View
hi.
i need a very basic sample code...
to create thread with API in vb.
thanks and goodbye/
I would be easier to wait for vb7. The CreateThread api is not compatible with vb's threading method, and can crash your app under many circumstances.
Instead use apis like CoMarshalInterThreadInterfaceInStream and CoGetInterfaceAndReleaseStream
I haven't used them yet, I'm planning to dive deeper into the subject, but as usual I can't find the time to do so.
For more details:
http://www.desaware.com/articles/threadingl3.htm