Help on Win32::CtrlGUI

I have a simple perl program

use Win32::OLE;

use Win32::CtrlGUI;

my $window = Win32::CtrlGUI::wait_for_window(qr/hello/,undef,
0);
if($window)
{
$window->send_keys("!fx");
}
else
{
print "application not active";
}


i am not able to send my keystrokes meaningfully when the application
is minimised.

Anybody can help me out how to activate the application i selected.


regards,
jis
jis [ So, 13 Mai 2007 02:38 ] [ ID #1711422 ]
Perl » comp.lang.perl.modules » Help on Win32::CtrlGUI

Vorheriges Thema: Perl module for cookie/logon/session management with Apache
Nächstes Thema: POE-Component-PSD