Greg

Greg

  • NA
  • 3
  • 0

Windows Forms Threading

May 16 2007 2:14 PM
I am new to threading and as such have been inundated with the amount of information that I need to digest in order to use threads to keep a Form responsive. We make equipment that creates medical images. I need to start a test routine in another thread that would run and pass back status messages (string) to the Main Forms to be shown in a status text box. Should I use Thread, Asynchronous Delegates, Background Worker??? Anyone have any ideas? THX greg

Answers (2)