Click here to Skip to main content
15,925,723 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with getting hard disk values Pin
VCProgrammer2-Dec-08 20:06
VCProgrammer2-Dec-08 20:06 
AnswerRe: Problem with getting hard disk values Pin
SandipG 2-Dec-08 22:02
SandipG 2-Dec-08 22:02 
AnswerRe: Problem with getting hard disk values Pin
Stuart Dootson2-Dec-08 22:05
professionalStuart Dootson2-Dec-08 22:05 
GeneralRe: Problem with getting hard disk values Pin
VCProgrammer3-Dec-08 18:52
VCProgrammer3-Dec-08 18:52 
GeneralRe: Problem with getting hard disk values Pin
Stuart Dootson3-Dec-08 22:10
professionalStuart Dootson3-Dec-08 22:10 
Questionhow to display tooltip on popup menu when mouse moves over popup menu? Pin
puppya2-Dec-08 19:35
puppya2-Dec-08 19:35 
AnswerRe: how to display tooltip on popup menu when mouse moves over popup menu? Pin
Chandrasekharan P2-Dec-08 22:55
Chandrasekharan P2-Dec-08 22:55 
AnswerRe: how to display tooltip on popup menu when mouse moves over popup menu? Pin
Jijo.Raj3-Dec-08 6:44
Jijo.Raj3-Dec-08 6:44 
QuestionDisable Restoredown button Pin
Kiran Pinjala2-Dec-08 19:27
Kiran Pinjala2-Dec-08 19:27 
AnswerRe: Disable Restoredown button Pin
Stuart Dootson2-Dec-08 21:35
professionalStuart Dootson2-Dec-08 21:35 
AnswerRe: Disable Restoredown button Pin
Code-o-mat2-Dec-08 21:45
Code-o-mat2-Dec-08 21:45 
AnswerRe: Disable Restoredown button Pin
SandipG 2-Dec-08 21:55
SandipG 2-Dec-08 21:55 
AnswerRe: Disable Restoredown button Pin
Jijo.Raj3-Dec-08 21:25
Jijo.Raj3-Dec-08 21:25 
QuestionSpace bar problem.......... Pin
shaina22312-Dec-08 19:19
shaina22312-Dec-08 19:19 
AnswerRe: Space bar problem.......... Pin
Code-o-mat2-Dec-08 21:23
Code-o-mat2-Dec-08 21:23 
Is the input focus on your next button? Because if yes, then don't wonder it gets pushed when someone hits SPACE, it's written that way. If you don't see the focus rect, press ALT on your keyboard, that should make it appear, and if it sits on your button... if you only want the command message from the button when the user clicks on it and not when he uses the keyboard -and in my humble oppinion you shouldn't do that unless it is absolutely needed- you will have to subclass the button and overwrite its keyhit-handler(s).

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

Questionmulti midea timers with windows timer Pin
22082-Dec-08 16:56
22082-Dec-08 16:56 
AnswerRe: multi midea timers with windows timer Pin
Stuart Dootson2-Dec-08 21:11
professionalStuart Dootson2-Dec-08 21:11 
Questioncovert to upper Pin
jonig192-Dec-08 16:15
jonig192-Dec-08 16:15 
AnswerRe: covert to upper Pin
Maximilien2-Dec-08 16:29
Maximilien2-Dec-08 16:29 
AnswerRe: covert to upper Pin
Manish K. Agarwal2-Dec-08 18:01
Manish K. Agarwal2-Dec-08 18:01 
GeneralRe: covert to upper Pin
jonig192-Dec-08 19:20
jonig192-Dec-08 19:20 
GeneralRe: covert to upper Pin
enhzflep2-Dec-08 19:38
enhzflep2-Dec-08 19:38 
GeneralRe: covert to upper Pin
Jijo.Raj3-Dec-08 7:12
Jijo.Raj3-Dec-08 7:12 
AnswerRe: covert to upper Pin
Stuart Dootson2-Dec-08 21:05
professionalStuart Dootson2-Dec-08 21:05 
AnswerRe: covert to upper Pin
David Crow3-Dec-08 5:01
David Crow3-Dec-08 5:01 

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.