Search results
Jump to navigation
Jump to search
- Local $hWnd = WinWait("[CLASS:Notepad]", "", 10) ; Close the Notepad window using the handle returned by WinWait. ...31 KB (3,122 words) - 09:05, 10 July 2016
- Local const $hWnd = WinWait("[CLASS:CalcFrame]", '', 10) ...of all the controls in the Calculator window using the handle returned by WinWait. ...38 KB (4,029 words) - 21:42, 16 January 2015
- Local $hWnd = WinWait("[CLASS:Notepad]", "", 10) ...dit control of Notepad to find the number of lines. The handle returned by WinWait is used for the "title" parameter of ControlCommand. ...5 KB (675 words) - 16:13, 23 August 2013
- ...point where it wants to change it. So lets just make sure with {{Help File|WinWait}} that the ''window exists'' before we change it with {{Help File|WinSetTit WinWait ("untitled - Paint") ...3 KB (535 words) - 16:43, 17 November 2012
- Local $Script = 'WinWait("' & $title & '", "")' & @CRLF & 'WinKill("' & $title & '", "")' Global $hwnd = WinWait("[CLASS:Notepad]", "") ...20 KB (2,078 words) - 18:19, 18 November 2012
- ...inActive() etc. Instead use ControlSend() ControlSetText() ControlClick() WinWait() WinExists() WinMenuSelectItem() etc. Doing so allows you to interact wit ...55 KB (8,091 words) - 14:18, 2 October 2024
- <tr><td>{{Help File|WinWait}}</td><td>Pauses execution of the script until the requested window exists. ...39 KB (6,797 words) - 19:52, 16 July 2015
- WinWait( "Find Computers" ) ...30 KB (3,192 words) - 06:17, 11 December 2012
- Local $line2 = 'WinWait("' & $MBTitle & '", "' & $MBText & '")' ...58 KB (6,056 words) - 21:02, 19 August 2021
- WinWait("[CLASS:Notepad]", "", 10) ...18 KB (1,833 words) - 19:41, 12 May 2014
- ...ctions don't run while a blocking function is shown e.g. MsgBox, InputBox, WinWait, WinWaitClose etc. ...2 KB (196 words) - 16:56, 15 August 2013