Click here to Skip to main content
15,909,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUnmanaged DLL - Reading an XML File Pin
DavidWGriffin6-Dec-04 2:46
DavidWGriffin6-Dec-04 2:46 
GeneralRe: Unmanaged DLL - Reading an XML File Pin
Steve S6-Dec-04 6:00
Steve S6-Dec-04 6:00 
GeneralRe: Unmanaged DLL - Reading an XML File Pin
Anonymous7-Dec-04 9:35
Anonymous7-Dec-04 9:35 
GeneralRe: Unmanaged DLL - Reading an XML File Pin
DavidWGriffin7-Dec-04 9:36
DavidWGriffin7-Dec-04 9:36 
Generalshortkeys Pin
V.6-Dec-04 2:22
professionalV.6-Dec-04 2:22 
GeneralRe: shortkeys Pin
David Crow6-Dec-04 2:35
David Crow6-Dec-04 2:35 
GeneralRe: shortkeys Pin
V.6-Dec-04 2:41
professionalV.6-Dec-04 2:41 
GeneralRe: shortkeys Pin
BlackDice6-Dec-04 2:47
BlackDice6-Dec-04 2:47 
I'm not sure if it's what you want, but I recently saw a similar article by Nish on www.voidnish.com. This is a program to make global shortcut keys, if that's what you want - so you could look at that source code. If you just want the keys to work for your application, override the PreTranslateMessage() function in your dialog and use GetAsyncKeyState() to check for the keys you need to watch for.

My articles

www.stillwaterexpress.com

BlackDice
GeneralRe: shortkeys Pin
V.6-Dec-04 3:28
professionalV.6-Dec-04 3:28 
GeneralRe: shortkeys Pin
V.6-Dec-04 3:29
professionalV.6-Dec-04 3:29 
GeneralCustom control in VC++ Pin
johnny__XP6-Dec-04 2:17
johnny__XP6-Dec-04 2:17 
GeneralProgram wont write to file Pin
CNewbie6-Dec-04 0:43
CNewbie6-Dec-04 0:43 
GeneralRe: Program wont write to file Pin
Sujan Christo6-Dec-04 1:54
Sujan Christo6-Dec-04 1:54 
GeneralRe: Program wont write to file Pin
CNewbie6-Dec-04 7:42
CNewbie6-Dec-04 7:42 
GeneralRe: Program wont write to file Pin
David Crow6-Dec-04 2:30
David Crow6-Dec-04 2:30 
Generalline numbers in an editor application Pin
SVPG6-Dec-04 0:40
SVPG6-Dec-04 0:40 
Generaltransmitfile Pin
yingkou6-Dec-04 0:06
yingkou6-Dec-04 0:06 
GeneralRe: transmitfile Pin
David Crow6-Dec-04 2:33
David Crow6-Dec-04 2:33 
GeneralRe: transmitfile Pin
yingkou6-Dec-04 12:35
yingkou6-Dec-04 12:35 
GeneralRe: transmitfile Pin
David Crow7-Dec-04 2:21
David Crow7-Dec-04 2:21 
GeneralRe: transmitfile Pin
yingkou7-Dec-04 13:44
yingkou7-Dec-04 13:44 
GeneralUI Style Pin
Alberto Bencivenni5-Dec-04 23:34
Alberto Bencivenni5-Dec-04 23:34 
GeneralRe: UI Style Pin
Sujan Christo6-Dec-04 1:15
Sujan Christo6-Dec-04 1:15 
GeneralRe: UI Style Pin
Alberto Bencivenni6-Dec-04 10:22
Alberto Bencivenni6-Dec-04 10:22 
GeneralRe: UI Style Pin
David Crow6-Dec-04 2:38
David Crow6-Dec-04 2:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.