Re: Handle / detect <Alt> key combinations
- From: Jatin <triplederby100-propos@xxxxxxxxx>
- Date: Thu, 29 May 2008 20:23:58 -0700
Jamie wrote:
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?
.
- Follow-Ups:
- Re: Handle / detect <Alt> key combinations
- From: Jamie
- Re: Handle / detect <Alt> key combinations
- References:
- Handle / detect <Alt> key combinations
- From: Jatin
- Re: Handle / detect <Alt> key combinations
- From: Jamie
- Handle / detect <Alt> key combinations
- Prev by Date: Re: Converting WideChar/WideString to AnsiChar/AnsiString
- Next by Date: Re: Handle / detect <Alt> key combinations
- Previous by thread: Re: Handle / detect <Alt> key combinations
- Next by thread: Re: Handle / detect <Alt> key combinations
- Index(es):
Relevant Pages
|