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

C / C++ / MFC

 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany27-Sep-08 6:49
Alan Balkany27-Sep-08 6:49 
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 
   If you are using an old-style "Y" splitter, I would say no.

   If you are using a USB keypad, likely not, because of how the device is identified and used.  At least, not without writing your own driver.  It is entirely possible that the keypad was designed with USB hardware that was designed to send specific keystrokes (1-9 / * - + .) directly to the system instead of sending generic keystrokes (key01 key02 key03 etc.) that are translated by some kind of driver to specific keystrokes.

   If a serial one, it may have come with a tool to remap the keys.  If not, then I believe a custom driver would be needed.

   Note that writing a custom driver is not easy work, and you would need technical documentation on the specific device that you are using.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



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 
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 

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.