Foggy Bottoms has asked for the wisdom of the Perl Monks concerning the following question:
Win32::GUI::GetForegroundWindow();
while(1)
{
$activeWindow=Win32::GUI::GetForegroundWindow();
}
The best thing would be to write a listener that'd be triggered when there's an active window changed. Does anyone have an idea ? Thanks guys.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: create a listener in Win32::GUI
by dada (Chaplain) on Jun 11, 2003 at 16:43 UTC |