Click here to Skip to main content
16,011,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSHBrowseForFolder and BIF_NONEWFOLDERBUTTON Pin
Maximilien19-Nov-01 7:56
Maximilien19-Nov-01 7:56 
GeneralRe: SHBrowseForFolder and BIF_NONEWFOLDERBUTTON Pin
Michael Dunn19-Nov-01 8:02
sitebuilderMichael Dunn19-Nov-01 8:02 
GeneralRe: SHBrowseForFolder and BIF_NONEWFOLDERBUTTON Pin
Mark Terrano30-Nov-01 6:31
Mark Terrano30-Nov-01 6:31 
QuestionFast scan binary file with STL? Pin
Todd Smith19-Nov-01 7:53
Todd Smith19-Nov-01 7:53 
GeneralPoor little orphan button Pin
Derek Lakin19-Nov-01 6:51
Derek Lakin19-Nov-01 6:51 
GeneralRe: Poor little orphan button Pin
Alvaro Mendez19-Nov-01 10:36
Alvaro Mendez19-Nov-01 10:36 
GeneralRe: Poor little orphan button Pin
Derek Lakin19-Nov-01 19:59
Derek Lakin19-Nov-01 19:59 
GeneralRe: Poor little orphan button Pin
Alvaro Mendez20-Nov-01 8:10
Alvaro Mendez20-Nov-01 8:10 
OK, let's explore the conditional breakpoint route which is probably your best bet.

You can set a conditional breakpoint using the address of m_pCtrlSite.

1. When you're stepping through the code and you have m_pCtrlSite in scope, copy it to the watch window and add an ampersand in front of it: "&m_pCtrlSite".

2. This will give you its address. Now copy that to the clipboard.

3. Open the Breakpoints window and click on the Data tab.

4. Paste the address in there and press OK.

5. If m_pCtrlSite is already corrupt at this point, restart the program, otherwise continue it.

Hopefully you'll hit this breakpoint at the point of corruption and you'll get some clues. If not, try posting some code here to get a second (or more) pair of eyes looking at it.

Regards,
Alvaro
GeneralRe: Poor little orphan button Pin
Derek Lakin20-Nov-01 23:32
Derek Lakin20-Nov-01 23:32 
GeneralRe: Poor little orphan button Pin
Derek Lakin22-Nov-01 0:54
Derek Lakin22-Nov-01 0:54 
GeneralDialog Box Problems Pin
19-Nov-01 6:29
suss19-Nov-01 6:29 
GeneralRe: Dialog Box Problems Pin
Carlos Antollini19-Nov-01 7:54
Carlos Antollini19-Nov-01 7:54 
GeneralRe: Dialog Box Problems Pin
Michael Dunn19-Nov-01 7:57
sitebuilderMichael Dunn19-Nov-01 7:57 
GeneralRe: Dialog Box Problems Pin
mvworld19-Nov-01 10:46
mvworld19-Nov-01 10:46 
GeneralPrinting - positioning problem Pin
pmarki19-Nov-01 6:09
pmarki19-Nov-01 6:09 
GeneralRe: Printing - positioning problem Pin
Rassman20-Nov-01 5:18
Rassman20-Nov-01 5:18 
GeneralMicrosoft FlexGrid Control 6.0 Pin
19-Nov-01 5:37
suss19-Nov-01 5:37 
GeneralRe: Microsoft FlexGrid Control 6.0 Pin
Carlos Antollini19-Nov-01 5:51
Carlos Antollini19-Nov-01 5:51 
Questionhow to move (drag) controls in the dialog? Pin
19-Nov-01 5:20
suss19-Nov-01 5:20 
AnswerRe: how to move (drag) controls in the dialog? Pin
Andres Manggini19-Nov-01 9:49
Andres Manggini19-Nov-01 9:49 
GeneralExplorer FolderView Pin
TusharKarsan19-Nov-01 5:07
TusharKarsan19-Nov-01 5:07 
QuestionWTL FormView: Where are the scrollbars? Pin
TusharKarsan19-Nov-01 4:37
TusharKarsan19-Nov-01 4:37 
GeneralUnsuported operations Pin
19-Nov-01 4:34
suss19-Nov-01 4:34 
GeneralRe: Unsuported operations Pin
moliate19-Nov-01 7:59
moliate19-Nov-01 7:59 
QuestionHow to get CD-ROM Manufacturer string? Pin
Rui Lopes19-Nov-01 4:19
Rui Lopes19-Nov-01 4:19 

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.