Search:

Type: Posts; User: yxwsbobo

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,766

    problem with SendMessage

    First I Get notepad's handle

    HANDLE hNote = FindWindow(....)

    Now Question is

    PostMessage(hNote,WM_KEYDOWN,0x31,0x470001);

    is success
  2. Replies
    1
    Views
    891

    problem with SendMessage

    First I Get notepad's handle

    HANDLE hNote = FindWindow(....)

    Now Question is

    PostMessage(hNote,WM_KEYDOWN,0x31,0x470001);

    is success
Results 1 to 2 of 2