Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRemoving focus for an hyperlink control Pin
YKK Reddy5-Aug-08 7:38
YKK Reddy5-Aug-08 7:38 
AnswerRe: Removing focus for an hyperlink control Pin
hoxsiew5-Aug-08 8:38
hoxsiew5-Aug-08 8:38 
GeneralRe: Removing focus for an hyperlink control Pin
YKK Reddy5-Aug-08 19:55
YKK Reddy5-Aug-08 19:55 
QuestionHow to convert variant_t data type to char* or char array or const char* or CString data type? Pin
yklim5-Aug-08 6:05
yklim5-Aug-08 6:05 
AnswerRe: How to convert variant_t data type to char* or char array or const char* or CString data type? Pin
led mike5-Aug-08 7:00
led mike5-Aug-08 7:00 
AnswerRe: How to convert variant_t data type to char* or char array or const char* or CString data type? Pin
hoxsiew5-Aug-08 7:10
hoxsiew5-Aug-08 7:10 
AnswerRe: How to convert variant_t data type to char* or char array or const char* or CString data type? Pin
George L. Jackson5-Aug-08 7:43
George L. Jackson5-Aug-08 7:43 
QuestionDebug mode and Break Points Pin
john john mackey5-Aug-08 5:25
john john mackey5-Aug-08 5:25 
Does this make sense?

When I enable breakpoints, the code at the breakpoints gets executed and things appear to work as expected.

When I DON’T ENABLE breakpoints, the code at the breakpoints DOES NOT get executed.


It doesn’t make sense that enabling/disabling breakpoints would control if a piece of code is reached or not.



I'm debugging an MFC app I created in VS2005. I am running the DEBUG version and attaching to the process.

When I disable the breakpoints, nothing happens (I have used message boxes/print statements in place of breaks to see if code reached.)
AnswerRe: Debug mode and Break Points Pin
Waldermort5-Aug-08 18:29
Waldermort5-Aug-08 18:29 
QuestionHide process Pin
Daniel Kanev5-Aug-08 5:02
Daniel Kanev5-Aug-08 5:02 
AnswerRe: Hide process Pin
Stephen Hewitt5-Aug-08 13:54
Stephen Hewitt5-Aug-08 13:54 
AnswerRe: Hide process Pin
Rajesh R Subramanian5-Aug-08 19:41
professionalRajesh R Subramanian5-Aug-08 19:41 
AnswerRe: Hide process Pin
Hamid_RT5-Aug-08 20:26
Hamid_RT5-Aug-08 20:26 
QuestionFind orphan functions and members, unused code Pin
AnotherFakeName5-Aug-08 5:01
AnotherFakeName5-Aug-08 5:01 
AnswerRe: Find orphan functions and members, unused code Pin
Waldermort5-Aug-08 18:32
Waldermort5-Aug-08 18:32 
QuestionGet service Name Pin
sunit55-Aug-08 3:50
sunit55-Aug-08 3:50 
AnswerRe: Get service Name Pin
Randor 5-Aug-08 7:19
professional Randor 5-Aug-08 7:19 
GeneralRe: Get service Name Pin
sunit55-Aug-08 18:35
sunit55-Aug-08 18:35 
AnswerRe: Get service Name Pin
Hamid_RT5-Aug-08 20:29
Hamid_RT5-Aug-08 20:29 
QuestionRequested registry access is not allowed! Pin
Member 46617085-Aug-08 3:22
Member 46617085-Aug-08 3:22 
QuestionRe: Requested registry access is not allowed! Pin
David Crow5-Aug-08 3:26
David Crow5-Aug-08 3:26 
AnswerRe: Requested registry access is not allowed! Pin
Member 46617085-Aug-08 3:42
Member 46617085-Aug-08 3:42 
QuestionBitmap mystery: vanishing pixel array Pin
Anthony Appleyard5-Aug-08 3:16
Anthony Appleyard5-Aug-08 3:16 
AnswerRe: Bitmap mystery: vanishing pixel array Pin
Mark Salsbery5-Aug-08 5:16
Mark Salsbery5-Aug-08 5:16 
GeneralRe: Bitmap mystery: vanishing pixel array Pin
Anthony Appleyard5-Aug-08 5:51
Anthony Appleyard5-Aug-08 5:51 

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.