Threading shared functions

95se5m

Member
Joined
Nov 29, 2004
Messages
21
Location
NE Pennsylvania
Programming Experience
3-5
:mad: I am running into a threading nightmare. I have a DLL of shared utilities so to speak, my own messagedialog, progress dialog, and so on. Here's my problem. If any of my dialog boxes are on the screen everything behind stops dead. In the past I would have used a thread for the dialog and all would have been fine, but that seems to cause more issues when I can get it to actually work using a private sub called from the thread.

Not sure how to address this, I need progress bars to pop up from time to time so the user doesn't get click happy, but I don't think I am doing something right.

Anyone more farmiliar with threading in vb.net that might be able to help me out? Thanks.

Jim
 
Back
Top