Re: What is the hex value of the enum WM_KEYPRESS?

From: Tom Esh (tjeshGibberish_at_earthlink.net)
Date: 10/05/04


Date: Tue, 05 Oct 2004 07:58:03 -0400

On Mon, 4 Oct 2004 22:11:39 -0500, "Larry Shields"
<larrys13@charter.net> wrote:

>The subject says it all.

As Randy noted, there is no WM_KEYPRESS. However if you're looking for
the Api equivalent to VB's KeyPress event, it would probably be:
        Public Const WM_CHAR = &H102

-Tom
MVP - Visual Basic
(please post replies to the newsgroup)



Relevant Pages

  • Re: keyPress event on dataGrid Coulmns
    ... Nicholas Paldino [.NET/C# MVP] ... > how can i make a different keypress event for each coulmn in dataGrid ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to handle Ctrl+Enter
    ... You can check for Ctrl inside the KeyPress event by using the static ... When you hold ctrl while clicking Enter ... Morten Wennevik [C# MVP] ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Capturing Enter key stroke
    ... > a specific button on the Enter keypress event, ... Assign the button to the form's 'AcceptButton' property. ... Herfried K. Wagner [MVP] ...
    (microsoft.public.dotnet.languages.vb)

Loading