CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Chile
    Posts
    177

    A TreeCtrl isn't reacting when a Key is pressed

    Hi... I want a TreeCtrl to respond when I press either INS or DEL key but it isn't responding WM_CHAR messages... what can I do?

    thanks
    Jaine


  2. #2
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338

    Re: A TreeCtrl isn't reacting when a Key is pressed

    .. try WM_KEYDOWN message.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured