Re: Handle / detect <Alt> key combinations
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Fri, 30 May 2008 12:30:58 -0400
Jatin wrote:
Jamie wrote:keybd_event
GetKeyState, look it up in the win help.
using it to look at other interesting keys when an event takes place.
My problem is that I need to forward the <Alt> key combination press to the other application. I am able to detect <Alt> key presses and its combination with other keys using the WM_SYSKEYDOWN handler. But how can I detect <Alt><Ctrl><key> combination in one handler?
--
http://webpages.charter.net/jamie_5"
.
- Follow-Ups:
- Re: Handle / detect <Alt> key combinations
- From: Jatin
- Re: Handle / detect <Alt> key combinations
- References:
- Handle / detect <Alt> key combinations
- From: Jatin
- Re: Handle / detect <Alt> key combinations
- From: Jamie
- Re: Handle / detect <Alt> key combinations
- From: Jatin
- Handle / detect <Alt> key combinations
- Prev by Date: Re: Handle / detect <Alt> key combinations
- Next by Date: Re: Name of executable
- Previous by thread: Re: Handle / detect <Alt> key combinations
- Next by thread: Re: Handle / detect <Alt> key combinations
- Index(es):
Relevant Pages
|