hi,
how to trap Ctrl+ALt+anyChar (combination) in a SDK based dialog application.
bens
Printable View
hi,
how to trap Ctrl+ALt+anyChar (combination) in a SDK based dialog application.
bens
use an ACCELERATOR ... this will translate any defined key-combination to a simple message passed to your application through WM_COMMAND ...
see functions:
LoadAccelerator()
TransmitAccelerator()
.
.
.
if you are using visual studio there is a way to create an accel-table with the reaourcen editor.