Results 1 to 2 of 2

Thread: Threads

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165

    Question 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.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width