in reply to Re: find active windowin thread find active window
sub activeWindow # this method returns the handler of the active window { return Win32::GUI::GetActiveWindow(); }
0