Skip to content
Go to advanced search
Code: Select all
RunProgram("Notepad.exe") Delay(150) hwnd = FindWindow_(#Null, "Untitled - Notepad") ; If hwnd ShowWindow_(GetMenu_(hwnd), #SW_HIDE) Else Debug "Notepad not found!" EndIf