Results 1 to 21 of 21

Thread: [RESOLVED] VB 2005 - Passing methods to a different thread.

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Location
    Howell, MI
    Posts
    134

    Resolved [RESOLVED] VB 2005 - Passing methods to a different thread.

    I have a form with a text box and a list box. With the text box I can type in my information and pass the text_box.text data to the other thread with no problems and no delegates. If I select the EXACT same text data from the list box and pass the list_box.selecteditem to the other thread I get a threading error. Why does this happen and what do I need to do to fix it?

    Thanks!
    Last edited by tomroth; Apr 7th, 2007 at 07:29 PM. Reason: Clarification

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