I am new in AutoIt. I have run the notepad by using the following code in AutoIt: Run("notepad.exe") …
autoit notepad alt-keyI trying to send in my application RIGHT ALT + C. I tried do it following: PostMessage(hWindow, WM_KEYDOWN, (IntPtr)0…
c# postmessage alt-key