scriptkitty Posted March 8, 2004 Posted March 8, 2004 I just noticed that the new help file lost the WinShow text.function still in (thankfully) but help file needs updating.WinShow --------------------------------------------------------------------------------Shows/hides/minimizes/maximizes/restores a window. WinShow ( "title", "text", flag) Parameterstitle The title of the window to show. text The text of the window to show. flag The "show" flag of the executed program: @SW_HIDE = Hide window @SW_SHOW = Shows a previously hidden window @SW_MINIMIZE = Minimize window @SW_MAXIMIZE = Maximize window @SW_RESTORE = Undoes a window minimization or maximization Error FlagZero. Return ValueNone. RemarksIf multiple windows match the criteria, the most recently active window is used. RelatedSee also: WinActivate, WinClose ExampleWinShow("Untitled -", "", @SW_HIDE)Sleep(3000)WinShow("Untitled -", "", @SW_SHOW) AutoIt3, the MACGYVER Pocket Knife for computers.
CyberSlug Posted March 8, 2004 Posted March 8, 2004 The function is deprecated. Use WinSetState instead. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Administrators Jon Posted March 8, 2004 Administrators Posted March 8, 2004 The function is deprecated. Use WinSetState instead.I've always wanted to use that phrase Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
scriptkitty Posted March 9, 2004 Author Posted March 9, 2004 Ouch, I missed that part in: 3.0.94 (21st Feb, 2004) I must be slipping, sorry. AutoIt3, the MACGYVER Pocket Knife for computers.
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