Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debugging issue to watch variable values Pin
George_George27-Sep-08 21:00
George_George27-Sep-08 21:00 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany29-Sep-08 4:45
Alan Balkany29-Sep-08 4:45 
GeneralRe: Debugging issue to watch variable values Pin
George_George30-Sep-08 23:55
George_George30-Sep-08 23:55 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany1-Oct-08 3:21
Alan Balkany1-Oct-08 3:21 
GeneralRe: Debugging issue to watch variable values Pin
George_George3-Oct-08 1:23
George_George3-Oct-08 1:23 
QuestionConnect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
arnold_w23-Sep-08 23:31
arnold_w23-Sep-08 23:31 
AnswerRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
James R. Twine24-Sep-08 2:52
James R. Twine24-Sep-08 2:52 
GeneralRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
arnold_w25-Sep-08 0:56
arnold_w25-Sep-08 0:56 
It is a USB-keyboard. So even with a keyboard hook ( http://www.codeproject.com/KB/DLL/keyboardhook.aspx[^] ) this is impossible? I read in MSDN ( http://msdn.microsoft.com/en-us/library/ms644984(VS.85).aspx[^] ) that bit 24 in wParam in the call to KeyboardProc have the following meaning:

"Specifies whether the key is an extended key, such as a function key or a key on the numeric keypad. The value is 1 if the key is an extended key; otherwise, it is 0."

Is there nothing creative I can do using this?
GeneralRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
James R. Twine25-Sep-08 1:46
James R. Twine25-Sep-08 1:46 
GeneralRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
arnold_w25-Sep-08 3:27
arnold_w25-Sep-08 3:27 
QuestionC++ and IDL code sync issue Pin
George_George23-Sep-08 23:10
George_George23-Sep-08 23:10 
AnswerRe: C++ and IDL code sync issue Pin
Matthew Faithfull23-Sep-08 23:40
Matthew Faithfull23-Sep-08 23:40 
GeneralRe: C++ and IDL code sync issue Pin
George_George23-Sep-08 23:51
George_George23-Sep-08 23:51 
GeneralRe: C++ and IDL code sync issue Pin
CPallini24-Sep-08 0:24
mveCPallini24-Sep-08 0:24 
GeneralRe: C++ and IDL code sync issue Pin
George_George24-Sep-08 0:44
George_George24-Sep-08 0:44 
GeneralRe: C++ and IDL code sync issue Pin
CPallini24-Sep-08 0:54
mveCPallini24-Sep-08 0:54 
GeneralRe: C++ and IDL code sync issue Pin
George_George24-Sep-08 20:51
George_George24-Sep-08 20:51 
QuestionHow a.dll inject into SVCHOST.EXE (process) Pin
ChinaTJBoy23-Sep-08 22:46
ChinaTJBoy23-Sep-08 22:46 
AnswerRe: How a.dll inject into SVCHOST.EXE (process) Pin
Michael Schubert24-Sep-08 0:05
Michael Schubert24-Sep-08 0:05 
AnswerRe: How a.dll inject into SVCHOST.EXE (process) Pin
Sarath C24-Sep-08 1:02
Sarath C24-Sep-08 1:02 
QuestionSTA message pump code in ATL Pin
George_George23-Sep-08 22:07
George_George23-Sep-08 22:07 
Questioncontrol problem Pin
ashishmax4723-Sep-08 22:06
ashishmax4723-Sep-08 22:06 
AnswerRe: control problem Pin
Roger Allen24-Sep-08 1:12
Roger Allen24-Sep-08 1:12 
QuestionTime Format Pin
john563223-Sep-08 21:11
john563223-Sep-08 21:11 
AnswerRe: Time Format Pin
Cedric Moonen23-Sep-08 21:19
Cedric Moonen23-Sep-08 21:19 

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.