rajyalakshmi has asked for the wisdom of the Perl Monks concerning the following question:
My perl script invokes an exe file. Before exe.file is seen in foreground,a "warning" window is seen which closes by clicking on "ok" button (or "enter")in that window
So my script must be able to find that "warning" window and close it.
Can u please tell which methods i can use.i tried using "FindWindowLike() function,but i am not able to close the window
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Finding a window and closing it
by marto (Cardinal) on Nov 05, 2009 at 13:06 UTC |