Shows a control in a window.
The title of the window to search for.
Optional text found in the window.
The ID of the control to show.
1 if successful, 0 otherwise.
import { ControlShow } from '@ahmic/autoit-js';ControlShow('Untitled - Notepad', '', 'Edit1'); Copy
import { ControlShow } from '@ahmic/autoit-js';ControlShow('Untitled - Notepad', '', 'Edit1');
https://www.autoitscript.com/autoit3/docs/functions/ControlShow.htm
Shows a control in a window.