Click here to Skip to main content
16,006,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCEdit : Detect the VK_ENTER , VK_TAB+, VK_LF from a string Pin
youssef4-Nov-02 6:19
youssef4-Nov-02 6:19 
GeneralDetermining if SQL replication is enabled Pin
Andreas Saurwein4-Nov-02 5:39
Andreas Saurwein4-Nov-02 5:39 
GeneralCommunicate with function inside OS! Pin
tongc4-Nov-02 5:01
tongc4-Nov-02 5:01 
GeneralRe: Communicate with function inside OS! Pin
ian mariano4-Nov-02 6:50
ian mariano4-Nov-02 6:50 
GeneralGDI+ problemos Pin
Tim Stubbs4-Nov-02 4:42
Tim Stubbs4-Nov-02 4:42 
QuestionDisabling interrupt to achieve mutual exclusion? Pin
tongc4-Nov-02 2:22
tongc4-Nov-02 2:22 
AnswerRe: Disabling interrupt to achieve mutual exclusion? Pin
Phil Speller4-Nov-02 2:43
Phil Speller4-Nov-02 2:43 
GeneralDialog Box question Pin
Pett4-Nov-02 2:15
Pett4-Nov-02 2:15 
Hi
I want to bring up a dialog box when a button is clicked.I'm having problems getting the dialog box to appear when I click on the file.

My code is:

void CMainFrame::OnSFile() <br />
<br />
{       <br />
        <br />
        m_chatterChooser.DoModal(); <br />
} 

And I've declared in the header:

CDialog m_chatterChooser;

Is this correct? Unsure | :~

Thank you.
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 2:37
Gero Gerber4-Nov-02 2:37 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 3:01
Pett4-Nov-02 3:01 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 3:04
Gero Gerber4-Nov-02 3:04 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 3:22
Pett4-Nov-02 3:22 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 3:25
Gero Gerber4-Nov-02 3:25 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 3:32
Pett4-Nov-02 3:32 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 3:36
Gero Gerber4-Nov-02 3:36 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 3:51
Pett4-Nov-02 3:51 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 3:54
Gero Gerber4-Nov-02 3:54 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 3:56
Pett4-Nov-02 3:56 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 3:58
Gero Gerber4-Nov-02 3:58 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 3:36
Gero Gerber4-Nov-02 3:36 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 3:58
Pett4-Nov-02 3:58 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 4:01
Gero Gerber4-Nov-02 4:01 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 4:05
Pett4-Nov-02 4:05 
GeneralRe: Dialog Box question Pin
Gero Gerber4-Nov-02 4:07
Gero Gerber4-Nov-02 4:07 
GeneralRe: Dialog Box question Pin
Pett4-Nov-02 4:09
Pett4-Nov-02 4:09 

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.