apsync 0 Posted May 5, 2005 how can i minimize the current window, if I could get the current window title i could do WinSetState ( "wnd title", "" , @SW_MINIMIZE) Share this post Link to post Share on other sites
SvenP 0 Posted May 5, 2005 how can i minimize the current window, if I could get the current window title i could do WinSetState ( "wnd title", "" , @SW_MINIMIZE)<{POST_SNAPBACK}>Try this:WinSetState ( WinGetTitle(""), "", @SW_MINIMIZE)Regards,-Sven Share this post Link to post Share on other sites