VB6 Thread protection
-
Are there any default thread protection objects in VB6? I want to make sure that only 1 function can run on a given block of code at any given time. VB6 is worrying me because everything is event driven and I do not control the threads in the same manner that I would in C++. Can someone point me to some API's or classes already included with VB6 that are similar to a mutex or semaphore?
-
Are there any default thread protection objects in VB6? I want to make sure that only 1 function can run on a given block of code at any given time. VB6 is worrying me because everything is event driven and I do not control the threads in the same manner that I would in C++. Can someone point me to some API's or classes already included with VB6 that are similar to a mutex or semaphore?
Pualee wrote: Are there any default thread protection objects in VB6? No, there isn't. There is no multithreading support in VB6 at all. All code and UI updates run on a single thread. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome