| Dim( handle, number ) // find window
 WindowFind( "Untitled - Notepad", handle )
 // maximize it
 Call( "user32.dll", "ShowWindow", "uu", False, handle, 3 )
 : Has anyone been successful with the WindowActivate : command when the window you're trying to activate
 : is minimized. I run WindowFind first to get my handle
 : then I run WindowActivate to bring it to the
 : forefront and it doesn't maximize it. If I leave the
 : window already maximized the WindowActivate works.
 : Is there anyway to get it to maximize?
 
 
 |