WM_CHAR issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pmshelar
    New Member
    • Dec 2009
    • 1

    WM_CHAR issue

    How to send a single character to window that my appln dont own. User can select a window for sending character by clicking on other window.
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Did you try sending a WM_CHAR message? What happened? Have you tried a WM_KEYDOWN / WM_KEYUP combination?

    Comment

    Working...