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

C / C++ / MFC

 
AnswerRe: How to find Processor serial no? Pin
Owner drawn31-Jan-06 21:54
Owner drawn31-Jan-06 21:54 
AnswerRe: How to find Processor serial no? Pin
_AnsHUMAN_ 31-Jan-06 22:13
_AnsHUMAN_ 31-Jan-06 22:13 
Questionhello.. Pin
KORCARI31-Jan-06 21:35
KORCARI31-Jan-06 21:35 
AnswerRe: hello.. Pin
_AnsHUMAN_ 31-Jan-06 21:44
_AnsHUMAN_ 31-Jan-06 21:44 
QuestionI still dont know how to move the hole Pin
eivanlo31-Jan-06 21:04
eivanlo31-Jan-06 21:04 
AnswerRe: I still dont know how to move the hole Pin
Stephen Hewitt31-Jan-06 21:37
Stephen Hewitt31-Jan-06 21:37 
Questionascii code for Ctrl+Esc Pin
mysticlol31-Jan-06 20:00
mysticlol31-Jan-06 20:00 
AnswerRe: ascii code for Ctrl+Esc Pin
kakan31-Jan-06 20:47
professionalkakan31-Jan-06 20:47 
There are no ASCII code for CTRL-ESC.

The CTRL key is used to remove 0x40 from the normal charater key pressed.
That way one can produce a control-ASCII character from a normal keyboard. For instance, pressing CTRL G will give the ASCII code 0x7 (BEL(L)).
Pressing a plain G will produce the ASCII character G (obviously!), wich has the ASCII code 0x47.

So you have to check for the virtual key codes to be able to trap CTRL-ESC.
AnswerRe: ascii code for Ctrl+Esc Pin
PJ Arends1-Feb-06 8:12
professionalPJ Arends1-Feb-06 8:12 
QuestionRelated to thunderbird extension Pin
baldha rakesh31-Jan-06 18:50
baldha rakesh31-Jan-06 18:50 
QuestionWM_OBJECTSEL Pin
ragavan31-Jan-06 18:47
ragavan31-Jan-06 18:47 
AnswerRe: WM_OBJECTSEL Pin
Stephen Hewitt31-Jan-06 22:08
Stephen Hewitt31-Jan-06 22:08 
GeneralRe: WM_OBJECTSEL Pin
ragavan31-Jan-06 22:53
ragavan31-Jan-06 22:53 
QuestionMemory usage decreases when the application GUI is minimized Pin
techratna31-Jan-06 15:33
techratna31-Jan-06 15:33 
AnswerRe: Memory usage decreases when the application GUI is minimized Pin
Stephen Hewitt31-Jan-06 15:52
Stephen Hewitt31-Jan-06 15:52 
GeneralRe: Memory usage decreases when the application GUI is minimized Pin
techratna1-Feb-06 1:56
techratna1-Feb-06 1:56 
AnswerRe: Memory usage decreases when the application GUI is minimized Pin
krmed1-Feb-06 1:54
krmed1-Feb-06 1:54 
Questioncontrol in View Pin
LeeeNN31-Jan-06 14:32
LeeeNN31-Jan-06 14:32 
AnswerRe: control in View Pin
Stephen Hewitt31-Jan-06 16:15
Stephen Hewitt31-Jan-06 16:15 
Questiontemplate classes & dlls Pin
Themis31-Jan-06 13:54
Themis31-Jan-06 13:54 
QuestionRemoving Min/Max buttons from an application Pin
rentzk31-Jan-06 13:50
rentzk31-Jan-06 13:50 
AnswerRe: Removing Min/Max buttons from an application Pin
Owner drawn31-Jan-06 16:56
Owner drawn31-Jan-06 16:56 
GeneralRe: Removing Min/Max buttons from an application Pin
rentzk1-Feb-06 6:41
rentzk1-Feb-06 6:41 
GeneralRe: Removing Min/Max buttons from an application Pin
Owner drawn1-Feb-06 16:38
Owner drawn1-Feb-06 16:38 
Questiondatabase connection Pin
dli_98031-Jan-06 13:31
dli_98031-Jan-06 13:31 

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.