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

C / C++ / MFC

 
AnswerRe: scroll Bar in MFC Pin
Richard MacCutchan4-Mar-13 23:13
mveRichard MacCutchan4-Mar-13 23:13 
QuestionASP.NET Pin
Varadha Raj4-Mar-13 19:57
Varadha Raj4-Mar-13 19:57 
AnswerRe: ASP.NET Pin
Richard MacCutchan4-Mar-13 23:11
mveRichard MacCutchan4-Mar-13 23:11 
GeneralRe: ASP.NET Pin
Varadha Raj5-Mar-13 0:09
Varadha Raj5-Mar-13 0:09 
GeneralRe: ASP.NET Pin
Richard MacCutchan5-Mar-13 0:30
mveRichard MacCutchan5-Mar-13 0:30 
QuestionCCriticalSection Multi-entry problem Pin
yu-jian4-Mar-13 19:34
yu-jian4-Mar-13 19:34 
QuestionReading AVI file. Pin
ashwath19794-Mar-13 19:04
ashwath19794-Mar-13 19:04 
QuestionCFileDialog Problem breakpoint int 3 Pin
ForNow4-Mar-13 8:14
ForNow4-Mar-13 8:14 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Albert Holguin4-Mar-13 17:31
professionalAlbert Holguin4-Mar-13 17:31 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 2:09
ForNow5-Mar-13 2:09 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Albert Holguin5-Mar-13 10:00
professionalAlbert Holguin5-Mar-13 10:00 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 10:15
ForNow5-Mar-13 10:15 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan4-Mar-13 23:04
mveRichard MacCutchan4-Mar-13 23:04 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 2:12
ForNow5-Mar-13 2:12 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan5-Mar-13 3:20
mveRichard MacCutchan5-Mar-13 3:20 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 4:57
ForNow5-Mar-13 4:57 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan5-Mar-13 5:59
mveRichard MacCutchan5-Mar-13 5:59 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 6:04
ForNow5-Mar-13 6:04 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan5-Mar-13 6:18
mveRichard MacCutchan5-Mar-13 6:18 
SuggestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 6:05
David Crow5-Mar-13 6:05 
QuestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 3:58
David Crow5-Mar-13 3:58 
QuestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 4:03
David Crow5-Mar-13 4:03 
I created an empty dialog-based app with the following change:

BOOL CDCDlg::OnInitDialog()
{
    CDialog::OnInitDialog();

    SetIcon(m_hIcon, TRUE);
    SetIcon(m_hIcon, FALSE);

    CFileDialog dlg(TRUE);
    dlg.DoModal();

    return TRUE;
}


It worked fine. Can you try something similar?

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


AnswerRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 5:41
ForNow5-Mar-13 5:41 
QuestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 6:05
David Crow5-Mar-13 6:05 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
AbbeytekMD6-Mar-13 0:24
AbbeytekMD6-Mar-13 0:24 

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.