|
-
Jan 16th, 2004, 10:53 AM
#1
Thread Starter
Addicted Member
Threads
Hi,
can someone supply a code snippet to show how a thread procedure might say update a textbox or label on the form of the parent procedure i.e. the one that fired it off, whilst the parent allows other stuff to continue?
Thanks,
John.
-
Jan 16th, 2004, 11:58 AM
#2
Here is some information on the topic:
http://www.vbforums.com/showthread.p...hreadid=274224
http://www.gotdotnet.com/Community/M...aspx?id=179603
Also after seeing Wokawidget's great example of mutli-threading in VB6 ( http://www.vbforums.com/showthread.p...hreadid=265319 ) I remade a similiar example in .NET which is a MultiThreaded File Searcher and it interacts with the UI from a different thread. I will post that example even though it isn't really commented and may not focus on what you want, although it does show you how.
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
|