PostMessage: not working

Issue #35 closed
Winter Laite created an issue

Working AHK code:

PostMessage(0x0111, 65, 0, , "Untitled - Notepad")

Should in theory work in Keysharp, but doesn’t.

Code opens “About” box in Notepad.

Comments (3)

  1. Winter Laite reporter

    Tested with this code.

    Notepad must be running.

    id := WinExist("ahk_exe Notepad.exe")
    MsgBox(id, "Notepad Id")
    PostMessage(0x0111, 65, 0, , "Untitled - Notepad")
    

    Works, please mark as resolved and close. Thanks!

  2. Log in to comment