Click here to Skip to main content
15,916,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Question about MSN Messenger Pin
Michael Dunn27-Jun-06 6:34
sitebuilderMichael Dunn27-Jun-06 6:34 
GeneralRe: Question about MSN Messenger Pin
TheMason27-Jun-06 20:38
TheMason27-Jun-06 20:38 
QuestionCInternetFile usage Pin
LCI27-Jun-06 4:11
LCI27-Jun-06 4:11 
AnswerRe: CInternetFile usage Pin
LCI27-Jun-06 4:31
LCI27-Jun-06 4:31 
QuestionRe: CInternetFile usage Pin
David Crow27-Jun-06 4:35
David Crow27-Jun-06 4:35 
AnswerRe: CInternetFile usage Pin
LCI27-Jun-06 4:46
LCI27-Jun-06 4:46 
QuestionRe: CInternetFile usage Pin
David Crow27-Jun-06 5:12
David Crow27-Jun-06 5:12 
AnswerRe: CInternetFile usage Pin
LCI27-Jun-06 5:24
LCI27-Jun-06 5:24 
GeneralRe: CInternetFile usage Pin
LCI27-Jun-06 5:41
LCI27-Jun-06 5:41 
GeneralRe: CInternetFile usage Pin
David Crow27-Jun-06 6:38
David Crow27-Jun-06 6:38 
QuestionUnable to print the document unless first page is manually fed into the printer tray Pin
Maheswar Reddy27-Jun-06 4:05
Maheswar Reddy27-Jun-06 4:05 
QuestionRe: Unable to print the document unless first page is manually fed into the printer tray Pin
David Crow27-Jun-06 4:34
David Crow27-Jun-06 4:34 
Questionneed some ideeas Pin
Calc2027-Jun-06 3:52
Calc2027-Jun-06 3:52 
Questiontooltip Pin
yogendra kaushik27-Jun-06 3:32
yogendra kaushik27-Jun-06 3:32 
AnswerRe: tooltip Pin
_AnsHUMAN_ 27-Jun-06 3:39
_AnsHUMAN_ 27-Jun-06 3:39 
GeneralRe: tooltip Pin
David Crow27-Jun-06 3:44
David Crow27-Jun-06 3:44 
AnswerRe: tooltip [modified] Pin
Sarath C27-Jun-06 3:42
Sarath C27-Jun-06 3:42 
Adding tooltip is simple. Just google for it...

OnFocusing the edit box get the key state using GetKeyState(VK_CAPITAL).
The retun value will be 1 if CAPSLOCK is on see detailed return values below.

. If the high-order bit is 1, the key is down; otherwise, it is up.
. If the low-order bit is 1, the key is toggled. A key, such as the CAPS LOCK key, is toggled if it is turned on. The key is off and untoggled if the low-order bit is 0. A toggle key's indicator light (if any) on the keyboard will be on when the key is toggled, and off when the key is untoggled.

Check MSDN for more information
GeneralRe: tooltip Pin
ashish dogra27-Jun-06 3:56
ashish dogra27-Jun-06 3:56 
GeneralRe: tooltip [modified] Pin
Sarath C27-Jun-06 4:41
Sarath C27-Jun-06 4:41 
AnswerRe: tooltip Pin
Michael Dunn27-Jun-06 6:37
sitebuilderMichael Dunn27-Jun-06 6:37 
QuestionStrange error message Pin
hint_5427-Jun-06 3:30
hint_5427-Jun-06 3:30 
AnswerRe: Strange error message Pin
Sarath C27-Jun-06 4:00
Sarath C27-Jun-06 4:00 
GeneralRe: Strange error message Pin
hint_5427-Jun-06 4:03
hint_5427-Jun-06 4:03 
GeneralRe: Strange error message Pin
Michael Dunn27-Jun-06 6:40
sitebuilderMichael Dunn27-Jun-06 6:40 
QuestionHow to get device context? Pin
shivditya27-Jun-06 3:11
shivditya27-Jun-06 3:11 

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.