Re: What is the hex value of the enum WM_KEYPRESS?
From: Tom Esh (tjeshGibberish_at_earthlink.net)
Date: 10/05/04
- Next message: David Saint: "Re: What is the hex value of the enum WM_KEYPRESS?"
- Previous message: Tom Esh: "Re: VB6 Restore Minimized Window - External Application"
- In reply to: Larry Shields: "What is the hex value of the enum WM_KEYPRESS?"
- Next in thread: [SolarAngel]: "Re: What is the hex value of the enum WM_KEYPRESS?"
- Messages sorted by: [ date ] [ thread ]
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)
- Next message: David Saint: "Re: What is the hex value of the enum WM_KEYPRESS?"
- Previous message: Tom Esh: "Re: VB6 Restore Minimized Window - External Application"
- In reply to: Larry Shields: "What is the hex value of the enum WM_KEYPRESS?"
- Next in thread: [SolarAngel]: "Re: What is the hex value of the enum WM_KEYPRESS?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading