I'm writing an automation app to control another app. I need to watch for a
popup dialog box and click the OK button when it pops up. The GetProcesses
function only retrieves the MainWindow information for each process. How do
I drill down to find that dialog box that the main process spawned?
popup dialog box and click the OK button when it pops up. The GetProcesses
function only retrieves the MainWindow information for each process. How do
I drill down to find that dialog box that the main process spawned?