Core Function ControlShow
From Sputnik Wiki
ControlShow ( <title>, <text>, <controlID> )
Contents |
Description
Shows a control that was hidden.
Parameters
Title
The title of the window to access.
Text
The text of the window to access.
controlID
The control to interact with.
Return Value
Success: Returns 1.
Failure: Returns 0 if window/control is not found.
Remarks
None.
Example
ControlShow("WinAMP Controller", "", "Button1");