Hi all

I am trying to move another task's window (don't ask!), and using FindWindowLike from Win2::GuiTest to get a window scalar, then handing it on to Win32::GUI::Move, but this doesn't appear to do anything (it doesn't complain, it just doesn't move anything)

#==

my $window = Win32::GuiTest::FindWindowLike(undef, "fubar");

Win32::GUI::Move($window, 10, 10);

#==

I get the same problem with Resize(). Should I be able to do this at all in the first place? Any pointers for the hard of thinking? :)

Many thanks in advance

Steve


Reply via email to