Hi !
I know that there is API can be used to run multi-threaded application in VB .
What the name of it ?
thanX !
Printable View
Hi !
I know that there is API can be used to run multi-threaded application in VB .
What the name of it ?
thanX !
go to www.desaware.com and look at the article on "A Thread to Visual Basic"
that'll tell you the safest way to multithread in VB
VB6 wont allow you to do it, and if you try it in VB5, you'll get strange results.
There are some DLLs, however, that will allow you to safely multithread. Just go to www.planetsourcecode.com and look up "Multithreading"