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

C / C++ / MFC

 
QuestionRe: Embedded Linux, possibly the slowest debelopment in the world... Pin
CPallini17-Jun-13 2:27
mveCPallini17-Jun-13 2:27 
AnswerRe: Embedded Linux, possibly the slowest debelopment in the world... Pin
Erudite_Eric17-Jun-13 5:56
Erudite_Eric17-Jun-13 5:56 
QuestionThere's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Falconapollo16-Jun-13 23:35
Falconapollo16-Jun-13 23:35 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Richard MacCutchan17-Jun-13 0:21
mveRichard MacCutchan17-Jun-13 0:21 
GeneralRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Falconapollo17-Jun-13 0:25
Falconapollo17-Jun-13 0:25 
GeneralRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Richard MacCutchan17-Jun-13 0:30
mveRichard MacCutchan17-Jun-13 0:30 
QuestionRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
CPallini17-Jun-13 0:58
mveCPallini17-Jun-13 0:58 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
jeron117-Jun-13 4:16
jeron117-Jun-13 4:16 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
jschell17-Jun-13 8:02
jschell17-Jun-13 8:02 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Stefan_Lang19-Jun-13 1:42
Stefan_Lang19-Jun-13 1:42 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
JackDingler26-Jun-13 11:56
JackDingler26-Jun-13 11:56 
QuestionBuild Error in Process Enum pgm Pin
ajaytvish14-Jun-13 22:01
ajaytvish14-Jun-13 22:01 
AnswerRe: Build Error in Process Enum pgm Pin
Matthew Faithfull14-Jun-13 22:40
Matthew Faithfull14-Jun-13 22:40 
AnswerRe: Build Error in Process Enum pgm Pin
ajaytvish15-Jun-13 4:21
ajaytvish15-Jun-13 4:21 
QuestionFolder Monitor by Hooking API's for Notification of files added in a directory Pin
ajaytvish14-Jun-13 21:50
ajaytvish14-Jun-13 21:50 
AnswerRe: Folder Monitor by Hooking API's for Notification of files added in a directory Pin
Klaus-Werner Konrad15-Jun-13 12:48
Klaus-Werner Konrad15-Jun-13 12:48 
QuestionResource compiler build error Pin
ForNow14-Jun-13 12:36
ForNow14-Jun-13 12:36 
AnswerRe: Resource compiler build error Pin
Richard MacCutchan14-Jun-13 22:23
mveRichard MacCutchan14-Jun-13 22:23 
QuestionHow do I use the scrollbars of an atl::CAxWindow in mfc. Pin
Crazy for C13-Jun-13 20:09
Crazy for C13-Jun-13 20:09 
AnswerRe: How do I use the scrollbars of an atl::CAxWindow in mfc. Pin
Jonathan Davies14-Jun-13 2:19
Jonathan Davies14-Jun-13 2:19 
QuestionCan someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
Simon Langdon13-Jun-13 4:09
Simon Langdon13-Jun-13 4:09 
AnswerRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
David Crow13-Jun-13 4:17
David Crow13-Jun-13 4:17 
GeneralRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
Simon Langdon13-Jun-13 4:46
Simon Langdon13-Jun-13 4:46 
GeneralRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
CPallini13-Jun-13 6:53
mveCPallini13-Jun-13 6:53 
AnswerRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
chaau13-Jun-13 18:38
chaau13-Jun-13 18:38 
If the logic that decides if the buttons should be enabled or disabled is too complicated it is advised (do not ask me to find who advised it, I just remember it somehow) that you do not use this method. You could always use CToolBarCtrl::EnableButton() for this and control it from within other parts of the program

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.