Jump to content

Winshow() Missing In Help?


Recommended Posts

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) 

Parameters

title 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 Flag

Zero.

Return Value

None.

Remarks

If multiple windows match the criteria, the most recently active window is used.

Related

See also: WinActivate, WinClose

Example

WinShow("Untitled -", "", @SW_HIDE)

Sleep(3000)

WinShow("Untitled -", "", @SW_SHOW)

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...