Core Function ControlEnable
From Sputnik Wiki
ControlEnable ( <title>, <text>, <controlID> )
Contents |
Description
Enables a control.
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 true.
Failure: Returns false if window/control is not found.
Remarks
None.
Example
ControlEnable("WinAMP Controller", "", "Button1");