Re: How send character to keyboardbuffer?



What about using SendMessage() to send the keypress to
ntvdm? Or were you looking to take control of what goes
on when the keypress comes in?

Thinking high-level programming languages with some sub-
classing.

--
Jim Carlock
Post replies to the group.


.



Relevant Pages

  • Re: Open form with Enter key???
    ... code from the KeyPress_Event BUT hade the Locked propertie set for the ... > Every Access control has a KeyPress event. ... > Private Sub txtMyTextBox_KeyPress ...
    (microsoft.public.access.formscoding)
  • Re: KeyDown, KeyPress, KeyUp Problem
    ... Wie kommst du denn nun an den Event dran, ... KeyPress schon auch an das eigene Control gesendet ... ich nie selbst den KeyPress event. ... kann und möchte ich kein embedded control haben und dennoch KeyPress Event ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Open form with Enter key???
    ... KeyPress event. ... control is locked but not when it is disabled - as you cant get into it ... Shift is used to determin if any of the special keys were ... Private Sub txtTest_KeyDown ...
    (microsoft.public.access.formscoding)
  • Re: Find out whether a user pressed RETURN ?
    ... a keystroke causes the focus to move from one control to another control, ... the KeyDown event occurs for the first control, while the KeyPress and KeyUp ... Sandra Daigle ... Gina wrote: ...
    (microsoft.public.access.formscoding)
  • Re: Open form with Enter key???
    ... Every Access control has a KeyPress event. ... Private Sub txtMyTextBox_KeyPress ...
    (microsoft.public.access.formscoding)