G
Guest
I have a very amatuerish question that hopefully someone can help me out
with. I have an application that unpredictably hangs/locks on occasion.
After scouring the newsgroups, it seems very clear that I must be improperly
multithreading or updating controls. Where I get confused, is that no where
in my app do I knowingly create threads (basically because I dont know how to
use them)! Would using global variables to pass from form to form be
considered a reason the application is locking and therefore a place to use
Control.Invoke?
Thanks!
with. I have an application that unpredictably hangs/locks on occasion.
After scouring the newsgroups, it seems very clear that I must be improperly
multithreading or updating controls. Where I get confused, is that no where
in my app do I knowingly create threads (basically because I dont know how to
use them)! Would using global variables to pass from form to form be
considered a reason the application is locking and therefore a place to use
Control.Invoke?
Thanks!