J
Jerry S
Hi
A beginner's question.
I want to run through a series of instructions over and over until a
user hits a button.
What's the standard way of making the application process user input
whilst it is in a loop like this (i.e., so that it doesn't just get
stuck in the loop forever)?
I seem to remember in Delphi there is something like
Application.ProcessMessages to do this (my memory could be mistaken,
though!). Is there something similar in C#?
Thanks.
Jerry
A beginner's question.
I want to run through a series of instructions over and over until a
user hits a button.
What's the standard way of making the application process user input
whilst it is in a loop like this (i.e., so that it doesn't just get
stuck in the loop forever)?
I seem to remember in Delphi there is something like
Application.ProcessMessages to do this (my memory could be mistaken,
though!). Is there something similar in C#?
Thanks.
Jerry