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

C / C++ / MFC

 
AnswerRe: type conversions Pin
Waldermort6-Apr-06 18:57
Waldermort6-Apr-06 18:57 
AnswerRe: type conversions Pin
normanS6-Apr-06 19:26
normanS6-Apr-06 19:26 
AnswerRe: type conversions Pin
Hamid_RT6-Apr-06 19:40
Hamid_RT6-Apr-06 19:40 
AnswerRe: type conversions Pin
toxcct6-Apr-06 21:48
toxcct6-Apr-06 21:48 
AnswerRe: type conversions Pin
abbiyr7-Apr-06 5:09
abbiyr7-Apr-06 5:09 
Questionscreen size Pin
arr.cpp6-Apr-06 10:40
arr.cpp6-Apr-06 10:40 
QuestionRe: screen size Pin
David Crow6-Apr-06 10:44
David Crow6-Apr-06 10:44 
GeneralRe: screen size Pin
arr.cpp6-Apr-06 10:56
arr.cpp6-Apr-06 10:56 
AnswerRe: screen size Pin
Graham Bradshaw6-Apr-06 13:02
Graham Bradshaw6-Apr-06 13:02 
QuestionWriting stream in MS Word document Pin
saima azeemi6-Apr-06 10:19
saima azeemi6-Apr-06 10:19 
AnswerRe: Writing stream in MS Word document Pin
Sheng Jiang 蒋晟6-Apr-06 16:08
Sheng Jiang 蒋晟6-Apr-06 16:08 
QuestionInternet/Network Programming Pin
CNewbie6-Apr-06 10:16
CNewbie6-Apr-06 10:16 
AnswerRe: Internet/Network Programming Pin
David Crow6-Apr-06 10:46
David Crow6-Apr-06 10:46 
AnswerRe: Internet/Network Programming Pin
valikac6-Apr-06 11:19
valikac6-Apr-06 11:19 
GeneralRe: Internet/Network Programming Pin
Lord Kixdemp6-Apr-06 13:12
Lord Kixdemp6-Apr-06 13:12 
QuestionRe: Key code question Pin
EvScott6-Apr-06 9:57
EvScott6-Apr-06 9:57 
Thanks Waldermort for your contribution. I wish to capture keys from the keyboard using system-wide windows hooks. I'm not using MFC but Visual Studio's WIN32 Application and DLL. I don't know how to capture keys such as * . + @ # % & etc. How can I do this?
I'm using the following:
if (((keyvalue>=0x41) && (keyvalue<=0x5A)) || (key==VK_SPACE))
to capture keys a..z and the spc key.
Thanks
Ev Scott

EvScott
AnswerRe: Key code question Pin
Waldermort6-Apr-06 10:20
Waldermort6-Apr-06 10:20 
GeneralRe: Key code question Pin
EvScott6-Apr-06 14:18
EvScott6-Apr-06 14:18 
QuestionWho can i Know that my Application Supports Doc/View Architecture? Pin
CodeVarma6-Apr-06 9:10
CodeVarma6-Apr-06 9:10 
AnswerRe: Who can i Know that my Application Supports Doc/View Architecture? Pin
Maximilien6-Apr-06 9:16
Maximilien6-Apr-06 9:16 
QuestionQuestion about typecast Pin
Netvisdom6-Apr-06 8:32
Netvisdom6-Apr-06 8:32 
AnswerRe: Question about typecast Pin
David Crow6-Apr-06 8:38
David Crow6-Apr-06 8:38 
GeneralRe: Question about typecast Pin
Netvisdom6-Apr-06 9:05
Netvisdom6-Apr-06 9:05 
QuestionRe: Question about typecast Pin
David Crow6-Apr-06 9:09
David Crow6-Apr-06 9:09 
AnswerRe: Question about typecast Pin
Richard Andrew x646-Apr-06 10:02
professionalRichard Andrew x646-Apr-06 10:02 

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.