CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    3

    Keyboard hit in edit control

    Can someone let me know how to tell if a key has been pressed in a rich edit control??


  2. #2
    Guest

    Re: Keyboard hit in edit control

    try ON_KEYDOWN routine to get the keyboard hit


  3. #3
    Join Date
    Apr 1999
    Posts
    3

    Re: Keyboard hit in edit control

    It doesn't seem to work.



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