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

C / C++ / MFC

 
GeneralRe: Standalone application Pin
toxcct5-Apr-06 21:28
toxcct5-Apr-06 21:28 
QuestionParallel Port I/O Library in C++ Pin
CNewbie4-Apr-06 16:45
CNewbie4-Apr-06 16:45 
AnswerRe: Parallel Port I/O Library in C++ Pin
Ștefan-Mihai MOGA4-Apr-06 20:50
professionalȘtefan-Mihai MOGA4-Apr-06 20:50 
QuestionCatch the text of the Window Items Pin
vtalau4-Apr-06 16:05
vtalau4-Apr-06 16:05 
AnswerRe: Catch the text of the Window Items Pin
Anilkumar K V4-Apr-06 18:34
Anilkumar K V4-Apr-06 18:34 
AnswerRe: Catch the text of the Window Items Pin
Michael Dunn4-Apr-06 20:12
sitebuilderMichael Dunn4-Apr-06 20:12 
Questionexported class meets DoModal() error! Pin
sting_lee4-Apr-06 16:01
sting_lee4-Apr-06 16:01 
QuestionKey code question Pin
EvScott4-Apr-06 15:42
EvScott4-Apr-06 15:42 
Hi all, I'd like to know how to access virtual key code values for keys such as @. and *. in C.

A code fragment I've written is as follows
LRESULT CALLBACK KeybProc( int nCode,WPARAM keyvalue, LPARAM lParam)
{
if (nCode != HC_NOREMOVE)
{
if (lParam<0)
{
if(keyvalue == VK_BACK)
{
char szBkKey[] = "<bkspkey>";
fileout<<szbkkey;
}
="" if(keyvalue="=" vk_return)
="" {
="" char="" szretkey[]="<RETURNKEY>" ;
="" fileout<<szretkey;
="" if="" (((keyvalue="">=0x41)&&(keyvalue<=0x5A))||(keyvalue==VK_SPACE))
{
etc....
}
}
}
}
This fragment stores values for values A..Z, a..z, 0..9 but doesn't record much else. Your help would be most appreciated.
ES

E Scott

-- modified at 21:43 Tuesday 4th April, 2006
AnswerRe: Key code question Pin
Waldermort5-Apr-06 0:01
Waldermort5-Apr-06 0:01 
QuestionNetwork Client Registry Question Pin
u6ik4-Apr-06 15:22
u6ik4-Apr-06 15:22 
AnswerRe: Network Client Registry Question Pin
kakan4-Apr-06 21:27
professionalkakan4-Apr-06 21:27 
GeneralRe: Network Client Registry Question Pin
u6ik4-Apr-06 21:59
u6ik4-Apr-06 21:59 
QuestionProblem with the window handle m_hWnd Pin
dannyham4-Apr-06 14:41
dannyham4-Apr-06 14:41 
AnswerRe: Problem with the window handle m_hWnd Pin
Giannakakis Kostas4-Apr-06 19:53
professionalGiannakakis Kostas4-Apr-06 19:53 
GeneralRe: Problem with the window handle m_hWnd Pin
dannyham4-Apr-06 22:21
dannyham4-Apr-06 22:21 
QuestionActiveX Print Template Pin
folken_max4-Apr-06 14:27
folken_max4-Apr-06 14:27 
Questionlink library + crazy error Pin
surfman194-Apr-06 13:40
surfman194-Apr-06 13:40 
AnswerRe: link library + crazy error Pin
Michael Dunn4-Apr-06 13:44
sitebuilderMichael Dunn4-Apr-06 13:44 
GeneralRe: link library + crazy error Pin
surfman194-Apr-06 14:23
surfman194-Apr-06 14:23 
QuestionRegisterWindowMessage Text Pin
Blake Miller4-Apr-06 12:31
Blake Miller4-Apr-06 12:31 
Questionabout LoadLibrary method in embedded Visual C++ Pin
George_George4-Apr-06 12:29
George_George4-Apr-06 12:29 
QuestionHuge Favour - re: compiling source Pin
ldsdbomber4-Apr-06 12:19
ldsdbomber4-Apr-06 12:19 
AnswerRe: Huge Favour - re: compiling source Pin
Anilkumar K V4-Apr-06 20:11
Anilkumar K V4-Apr-06 20:11 
QuestionRemote debugging setup for VS 2003 on XP Pin
lastgen4-Apr-06 11:33
lastgen4-Apr-06 11:33 
AnswerRe: Remote debugging setup for VS 2003 on XP Pin
jmkhael4-Apr-06 20:29
jmkhael4-Apr-06 20:29 

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.