Hi all,

[...]
> $iWidth = 100;
> $iHeight = 100;
> $hWnd = Win32::GUI::FindWindow( '', "Microsoft Outlook" );
> Win32::GUI::SetForegroundWindow( $hWnd );             # <- works
> Win32::GUI::Resize( $hWnd, $iWidth, $iHeight );       # <- 
> does nothing

I think, I found the problem: I supposed, "WINDOWNAME"=="TITLE", which
is obviously wrong!

Sorry to bother you with stupid questions like this one 8-/

Bye.
Michael.

Reply via email to