CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Chumara

Search: Search took 0.01 seconds.

  1. Re: Limiting the Acceptance of Keyboard Interrupts

    Oh cool, sorry I missed that. So I can put Me.KeyPreview.False in the main form so it initializes that way, then set it to True when I click the button to start accepting inputs, and then set it back...
  2. Re: Limiting the Acceptance of Keyboard Interrupts

    I have this code repeated 5 times, checking for different ChrW values. I wish I knew more about programming and I admit I have no idea how to program in joystick inputs, but I feel stupid for...
  3. Re: Limiting the Acceptance of Keyboard Interrupts

    Would holding down a button repeat the keyhandler function? I suppose it would

    Filter Keys is not on, but that was a good guess.

    I made the program as sort of a trivia game, I have several...
  4. Re: Limiting the Acceptance of Keyboard Interrupts

    Thanks for the advice TT(n), unfortunately with that code I still run into the same problem, the program keeps changing focus to the keyhandler so if the keys are getting pressed rapidly in...
  5. Re: Limiting the Acceptance of Keyboard Interrupts

    Here's the event handling for a keypress, this is just part of it but if the keyboard is getting mashed on before "readyFlag" is true then it keeps checking this handler to check that variable even...
  6. Re: Limiting the Acceptance of Keyboard Interrupts

    No not a keylogger, I'll post some code to make it clearer next time I'm at the computer with the project saved.
  7. Re: Limiting the Acceptance of Keyboard Interrupts

    I do have a flag variable so that it only processes what I want after the button is clicked, but the issue is that every time a keyboard press is done, it calls the interrupt function regardless and...
  8. Re: Limiting the Acceptance of Keyboard Interrupts

    I'm not sure what that is, I'll look into it. Thanks for the suggestion.
  9. Limiting the Acceptance of Keyboard Interrupts

    Hey Codeguru community, I need some quick advice on a problem and just found out that this site existed, hope I can find some help here.

    I'm designing a program that will accept commands via the...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured