|
-
May 13th, 2019, 05:10 PM
#15
Re: [ADVANCED] Multi-threaded VB6
Only events? Did you manage to call methods/properties asynchronously? That would be a first :-))
Usually for async when you call a method on a worker thread it starts a fire-once timer and returns immediately, then the processing begins on the timer tick and a notification is posted when complete (various options for this).
cheers,
</wqw>
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
|