Click here to Skip to main content
15,911,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComboBox Messages Pin
Michael Martin9-Aug-01 6:16
professionalMichael Martin9-Aug-01 6:16 
GeneralRe: CComboBox Messages Pin
Carlos Antollini9-Aug-01 6:30
Carlos Antollini9-Aug-01 6:30 
GeneralRe: CComboBox Messages Pin
Michael Martin9-Aug-01 6:34
professionalMichael Martin9-Aug-01 6:34 
GeneralRe: CComboBox Messages Pin
Tomasz Sowinski9-Aug-01 6:28
Tomasz Sowinski9-Aug-01 6:28 
GeneralRe: CComboBox Messages Pin
Michael Martin9-Aug-01 6:47
professionalMichael Martin9-Aug-01 6:47 
Generalin vc6.0 and mfc4.2 's link.exe 's error Pin
9-Aug-01 5:29
suss9-Aug-01 5:29 
GeneralRe: in vc6.0 and mfc4.2 's link.exe 's error Pin
Ben Burnett9-Aug-01 9:24
Ben Burnett9-Aug-01 9:24 
GeneralRecording keystrock international issue Pin
9-Aug-01 5:21
suss9-Aug-01 5:21 
I write an app that record single keystrocke and can lately retrieve and send this keystrocke on another computer.
I need also to retrieve its name (ex: "home" for scancode 71)

Even I searched a lot about this I'm still not sure how to store this keystrocke in a file to avoid international issue.

Recording Wparam and Lparam (wm_keydown) seem interesting while I can latetely retrieve the name of the key on user computer in his hown language with:
GetKeyNameText(pMsg->lParam,lpString,4);
and retrieve the scancode with MapVirtualKey( pMsg->wParam,0);
1-will this work ?
2-are the virtual key the same on each computer or should I directly store the scancode. (and so how to retrieve the name?)

I'm somewhat lost while there is so much ways to code a key.

Thanks
QuestionDrawing ActiveX ctrls into memory? Pin
9-Aug-01 5:14
suss9-Aug-01 5:14 
GeneralHelp! Checkboxes in CListCtrl's Pin
Sprudling9-Aug-01 4:33
Sprudling9-Aug-01 4:33 
GeneralRe: Help! Checkboxes in CListCtrl's Pin
Tomasz Sowinski9-Aug-01 4:43
Tomasz Sowinski9-Aug-01 4:43 
GeneralRe: Help! Checkboxes in CListCtrl's Pin
Sprudling9-Aug-01 5:32
Sprudling9-Aug-01 5:32 
GeneralRe: Help! Checkboxes in CListCtrl's Pin
Tomasz Sowinski9-Aug-01 5:37
Tomasz Sowinski9-Aug-01 5:37 
GeneralDC-conversion from 32 to 8 bit Pin
9-Aug-01 2:17
suss9-Aug-01 2:17 
GeneralRe: DC-conversion from 32 to 8 bit Pin
Reno Tiko9-Aug-01 3:20
Reno Tiko9-Aug-01 3:20 
GeneralRe: DC-conversion from 32 to 8 bit Pin
9-Aug-01 5:02
suss9-Aug-01 5:02 
GeneralSublassing CEdit from CTreeCtrl with edit labels style Pin
9-Aug-01 1:49
suss9-Aug-01 1:49 
GeneralRe: Sublassing CEdit from CTreeCtrl with edit labels style Pin
Tomasz Sowinski9-Aug-01 2:45
Tomasz Sowinski9-Aug-01 2:45 
GeneralRe: Sublassing CEdit from CTreeCtrl with edit labels style Pin
9-Aug-01 3:04
suss9-Aug-01 3:04 
GeneralRe: Sublassing CEdit from CTreeCtrl with edit labels style Pin
Michael Dunn9-Aug-01 2:53
sitebuilderMichael Dunn9-Aug-01 2:53 
GeneralWeird, weird, weird request! Pin
9-Aug-01 1:32
suss9-Aug-01 1:32 
GeneralRe: Weird, weird, weird request! Pin
Tomasz Sowinski9-Aug-01 2:42
Tomasz Sowinski9-Aug-01 2:42 
GeneralDatabase Pin
vijayaramaraju9-Aug-01 0:58
vijayaramaraju9-Aug-01 0:58 
GeneralDirectory changes detection Pin
Hong Wye Kean9-Aug-01 0:45
Hong Wye Kean9-Aug-01 0:45 
GeneralRe: Directory changes detection Pin
Michael Dunn9-Aug-01 0:50
sitebuilderMichael Dunn9-Aug-01 0:50 

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.