should I use CreateThread or some other form or multithreading? Which is the most stable on vb6?
Printable View
should I use CreateThread or some other form or multithreading? Which is the most stable on vb6?
VB6 allows programming of multithreaded programs?!?!?
sort of. check out psc.
But which method is the most reliable? CreateThread or one of the others?
Could you tell me what "psc" is?
psc = www.planetsourcecode.com
thank you + *bump*.
You'd prolly have to experiment
http://www.planetsourcecode.com/vb/s...1]This article uses SHCreateThread...you might wanna try that out.
I heard that api call was unstable.
I am kind of eying this but was wondering if this is a good one, if anyone has had any experience with it, or if there is a better way to multithread