K
krishna.simhadri
Hi,
I am developing an automation script(C#) and in that I am displaying a
MessageBox(using system.windows.forms) to alert the user.If the user
responds,then it is fine.But if the user doesn't respond by clicking
on the MessageBox buttons,the dialog is there forever stopping the
code below the MessageBox.show() from executing permanently.
If the message box is of modeless type I can wait for some time and if
the user doesn't respond, I can close the MessageBox and exit.
Is there any MessageBox that is of modeless type or any way to make
the MessageBox behave in modeless manner?
Any help would be appreciated.
Thanks in advance.
I am developing an automation script(C#) and in that I am displaying a
MessageBox(using system.windows.forms) to alert the user.If the user
responds,then it is fine.But if the user doesn't respond by clicking
on the MessageBox buttons,the dialog is there forever stopping the
code below the MessageBox.show() from executing permanently.
If the message box is of modeless type I can wait for some time and if
the user doesn't respond, I can close the MessageBox and exit.
Is there any MessageBox that is of modeless type or any way to make
the MessageBox behave in modeless manner?
Any help would be appreciated.
Thanks in advance.