R
Randy A. Ynchausti
Dear all,
Within a C# application, I need to start a background thread that:
1) watches for a dialog to appear
[The dialog will be opened using MessageBox.Show()]
2) finds a button labeled "OK" on the dialog
3) pushes the button
4) terminates
Anybody have any ideas on how to watch for a dialog from a background thread?
Thanks and regards,
Randy
Within a C# application, I need to start a background thread that:
1) watches for a dialog to appear
[The dialog will be opened using MessageBox.Show()]
2) finds a button labeled "OK" on the dialog
3) pushes the button
4) terminates
Anybody have any ideas on how to watch for a dialog from a background thread?
Thanks and regards,
Randy