Click here to Skip to main content
15,887,246 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC release and Debug build Pin
bhushan050812-May-15 0:42
bhushan050812-May-15 0:42 
GeneralRe: MFC release and Debug build Pin
Richard MacCutchan12-May-15 4:57
mveRichard MacCutchan12-May-15 4:57 
AnswerRe: MFC release and Debug build Pin
Maximilien12-May-15 7:52
Maximilien12-May-15 7:52 
GeneralRe: MFC release and Debug build Pin
Albert Holguin12-May-15 10:26
professionalAlbert Holguin12-May-15 10:26 
GeneralRe: MFC release and Debug build Pin
Maximilien13-May-15 3:13
Maximilien13-May-15 3:13 
AnswerRe: MFC release and Debug build Pin
Albert Holguin12-May-15 10:30
professionalAlbert Holguin12-May-15 10:30 
QuestionC++ code to manage 3 keypads connected to one PC? Pin
Member 1167707911-May-15 10:50
Member 1167707911-May-15 10:50 
AnswerRe: C++ code to manage 3 keypads connected to one PC? Pin
Sascha Lefèvre11-May-15 11:45
professionalSascha Lefèvre11-May-15 11:45 
This article presents a solution for this problem in C# but relies on P/Invoke-ing, so it should be rather easy to re-implement it in C++: Using Raw Input from C# to handle multiple keyboards[^]

I mentioned that article first because I know its solution works, but there are a lot more articles on keyboard hooking, some of which use C++, so there might be an even simpler solution for you:
https://www.google.com/search?q=codeproject++low-level+keyboard+hook+in+C%23&ie=utf-8&oe=utf-8#q=codeproject+keyboard+hook[^]
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Member 1167707912-May-15 2:51
Member 1167707912-May-15 2:51 
GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Sascha Lefèvre12-May-15 3:34
professionalSascha Lefèvre12-May-15 3:34 
GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Member 1167707912-May-15 4:01
Member 1167707912-May-15 4:01 
GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Sascha Lefèvre12-May-15 7:27
professionalSascha Lefèvre12-May-15 7:27 
GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Member 1167707912-May-15 8:34
Member 1167707912-May-15 8:34 
GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Sascha Lefèvre12-May-15 8:57
professionalSascha Lefèvre12-May-15 8:57 
GeneralRe: C++ code to manage 3 keypads connected to one PC? Pin
Member 1167707912-May-15 9:01
Member 1167707912-May-15 9:01 
Questionis it possible to... Pin
Member 116754728-May-15 5:37
Member 116754728-May-15 5:37 
AnswerRe: is it possible to... Pin
Richard MacCutchan8-May-15 5:59
mveRichard MacCutchan8-May-15 5:59 
GeneralRe: is it possible to... Pin
Member 116754728-May-15 9:52
Member 116754728-May-15 9:52 
AnswerRe: is it possible to... Pin
Albert Holguin12-May-15 10:36
professionalAlbert Holguin12-May-15 10:36 
QuestionHow to add additional character in multiple places of an array string Pin
Parag Bhuyan7-May-15 4:56
Parag Bhuyan7-May-15 4:56 
QuestionRe: How to add additional character in multiple places of an array string Pin
jeron17-May-15 5:08
jeron17-May-15 5:08 
AnswerRe: How to add additional character in multiple places of an array string Pin
Richard MacCutchan7-May-15 6:06
mveRichard MacCutchan7-May-15 6:06 
AnswerRe: How to add additional character in multiple places of an array string Pin
CPallini7-May-15 6:08
mveCPallini7-May-15 6:08 
QuestionEnumerating windows on desktop (VC++) Pin
Krishnakumartg4-May-15 0:19
Krishnakumartg4-May-15 0:19 
SuggestionRe: Enumerating windows on desktop (VC++) Pin
David Crow4-May-15 3:28
David Crow4-May-15 3:28 

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.