P
Pino
Hi to all.
I have a Windows Forms application. In some cases, some operations of form
loading are very long, especially because the forms have a BackgroundImage.
During these operations, the system continues "to answer"... in fact all the
user interactions are registered and applied when the form back to idle
state. I would like to ignore all the system events during these operations.
Can I suspend all the user interactions when the application doesn't
respond?
Example: when I click a form, another form is opened. But if I click two
times before the second form is opened, the second click is "registered" and
a third form is opened. I would like to ignore the second click until the
second form is available.
Any suggestion?
Thanks,
Pino.
I have a Windows Forms application. In some cases, some operations of form
loading are very long, especially because the forms have a BackgroundImage.
During these operations, the system continues "to answer"... in fact all the
user interactions are registered and applied when the form back to idle
state. I would like to ignore all the system events during these operations.
Can I suspend all the user interactions when the application doesn't
respond?
Example: when I click a form, another form is opened. But if I click two
times before the second form is opened, the second click is "registered" and
a third form is opened. I would like to ignore the second click until the
second form is available.
Any suggestion?
Thanks,
Pino.