Hi everyone,
I was after a bit of help with getting PowerPro to detect a particular
program window/dialog and to act on it. The window/dialog title is
"Sygate Personal Firewall Pro {date} {time}" and the text is "NT
Kernel System has changed...blah blah blah". What I want PowerPro to
do is to detect if this window/dialog ever pops up, and if so, to
click the "No" button in the window/dialog automatically. Can this be
done with PowerPro? I've had a look through the helpfile, but I
haven't been able to progress far. All I have so far is (in the
HookWindowEvents group):
wait.until (activewindow("*Sygate Personal Firewall Pro*"))
--
Regards,
CM