K
Klaus Dasenbrock
Hi, i send with
PostMessage(HWND, WM_KEYDOWN, Keys.K, IntPtr.Zero)
to the notepad the letter k
now i wanna send with postmessage
Shift+a =A, Shift++=* or Shift+1=!
how can i do this with POSTMESSAGE ?
PostMessage(HWND, WM_KEYDOWN, Keys.K, IntPtr.Zero)
to the notepad the letter k
now i wanna send with postmessage
Shift+a =A, Shift++=* or Shift+1=!
how can i do this with POSTMESSAGE ?