Hi !
I try to show a MESSAGE to the user while an operation is
executed. The MESSAGE won't show any button ... just a MESSAGE (text)
and maybe a background image.
The problem is the following:
MessageBox does not seem to be the good control (because of button and
it blocks the running process), Form.ShowDialog() also blocks the
running process .... I don't know what to do.
I want to show the message, run my process, and dispose the message when the process is done.
How to achieve this in C# ?
Loading
Sam HobbsPosted Mar 14, 2010, 8:58 PM
Kirtan PatelPosted Mar 12, 2010, 9:52 PM
Sam HobbsPosted Mar 12, 2010, 9:09 PM
Amit ChoudharyPosted Mar 12, 2010, 8:33 AM
Why dont you try Progress bar with locking the current winodw????
Hope it helps...