MattX Posted December 16, 2004 Posted December 16, 2004 how to use @SW_MAXIMIZE?<{POST_SNAPBACK}>With the run command - checkout the RUN command in the help file. Treat it as a flag I think....Run("Notepad.exe", "", @SW_MAXIMIZE)
Blue_Drache Posted December 16, 2004 Posted December 16, 2004 (edited) RTFMFor use with the WinSetState, Run, RunWait, FileCreateShortcut and FileGetShortcut functions:@SW_MAXIMIZE Maximizes the specified window. Run ( "filename" [, "workingdir" [, flag]] filename The name of the executable (EXE, BAT, COM, or PIF) to run. workingdir [optional] The working directory. flag [optional] The "show" flag of the executed program: @SW_HIDE = Hidden window @SW_MINIMIZE = Minimized window @SW_MAXIMIZE = Maximized windowEdit: Darnit max...you beat me. Edited December 16, 2004 by Blue_Drache Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
killaz219 Posted December 17, 2004 Posted December 17, 2004 If you dont want to run a new program, then use WinSetState ( "title", "text", @sw_maximize )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now