CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Keypress event !

    Issit possible to press two keys at the same time ( in the keyboard), just like the piano?


  2. #2

    Re: Keypress event !

    How do you mean? You can hold Shift and press a letter key giving you something in uppercase. Is this what you mean? If it is then you can test to find out whether or not certain keys are being pressed.


  3. #3
    Guest

    Re: Keypress event !

    i mean when programming in key press event.


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