WinForm And Looping
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-26T19:26:58Z
Indexed on
2010/05/26
19:31 UTC
Read the original article
Hit count: 123
I have a WinForm set up and a process that loops until a button is pressed on the form.
When I try to run my code, the form does not even display. I suspect this is because the code gets stuck in the loop and doesn't get far enough to display the WinForm. How can I get the form to display and the loop to run after that point?
© Stack Overflow or respective owner