Another Win32::GuiTest problem

G

gw1500se

I have my script working with one major problem. The SendKeys function
only seems to work if the window is not "iconized" (minimized). For
example:

my $window=FindWindowLike(0,"^mywindowtitle",^*");
SetForegroundWindow($window);
SendKeys("what ever");

This works great unless "mywindowtitle" is minimized and then it is a
NOOP. Can anyone help me on this? TIA.

P.S. Anytime I use "^*" for the class, I get a complaint about
"matches null string many time in regex." Anyone know how to suppress
that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top