Re: finding the window

2007-08-09 Thread Bill Luebkert
Daniel Burgaud wrote: > Hi > > Is there a way for Perl (GUITest or other modules for that matter) to > know that > a window is owned by a particular program? GetWindowThreadProcessId might help you. > Currently, I am using Win32::GUItest > > > my @windows = FindWindowLike(0, program name, und

finding the window

2007-08-09 Thread Daniel Burgaud
Hi Is there a way for Perl (GUITest or other modules for that matter) to know that a window is owned by a particular program? Currently, I am using Win32::GUItest my @windows = FindWindowLike(0, program name, undef,0,0); my ($name, $x,$y,$w,$h); for my $id (@windows) { $name = GetWindowText