|
-
Mar 23rd, 2018, 02:16 PM
#1
Thread Starter
New Member
If VB6 does not handle multithreading, how are events handled?
Hello all, I'm having some trouble understanding how VB6 handles "asynchronous" events when it does not support multithreading.
In my case, I am porting a VB6 application to C#, and have found that in the VB6 application, there are several Global and Public variables that are shared between several event handlers. These event handlers include button Click events, Winsock DataArrival events, and a Timer event.
How is access to these variables synchronized across all of these events? Or, is this application written incorrectly?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|