25-01-18 01:48 PM
Answered! Go to Answer.
21-10-21 04:51 PM
21-10-21 04:55 PM
06-12-21 08:31 PM
07-12-21 11:15 AM
21-01-22 11:02 AM
Hi Eric,
I've had this hanging popup interrupting my process for over a year now, what you mention is changing it to look for dialogs that have "Microsoft VIsual Basic" in title bar is just what I need. But how can I edit the code to also wait for this title and how would I make it close the window?
This is the standard code
Timeout = Timeout_Period
Dim ThreadDialogBox As New System.Threading.Thread(AddressOf WaitForConfirmationDialog)
ThreadDialogBox.Start()
21-01-22 01:10 PM