Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHot to get ouput of console application executed by my program? Pin
18-Apr-02 7:53
suss18-Apr-02 7:53 
AnswerRe: Hot to get ouput of console application executed by my program? Pin
Matt Gullett18-Apr-02 8:04
Matt Gullett18-Apr-02 8:04 
GeneralRe: Hot to get ouput of console application executed by my program? Pin
18-Apr-02 13:44
suss18-Apr-02 13:44 
AnswerRe: Hot to get ouput of console application executed by my program? Pin
Jeremy Falcon18-Apr-02 8:51
professionalJeremy Falcon18-Apr-02 8:51 
GeneralRe: Hot to get ouput of console application executed by my program? Pin
18-Apr-02 13:44
suss18-Apr-02 13:44 
AnswerRe: Hot to get ouput of console application executed by my program? Pin
Aoife19-Apr-02 3:44
Aoife19-Apr-02 3:44 
GeneralSDI Project Pin
Peter Liddle18-Apr-02 7:10
Peter Liddle18-Apr-02 7:10 
GeneralRe: SDI Project Pin
Matt Gullett18-Apr-02 10:07
Matt Gullett18-Apr-02 10:07 
I'm assuming you are using MFC.

First, you need to derive a view class off of CFormView (through the Dialog editor or ClassWizard).

If so, in your app class (usually InitInstance), you need to set that new CFormView derived class in the code where your CSingleDocTemplate* object is being created. You will see it is using CMyAppView, change if to your CFormView derived class created earlier. (Be sure to include the view's header file.)

GeneralDLLs to redistribute with VC++ 7.0 applications Pin
W2k18-Apr-02 6:31
W2k18-Apr-02 6:31 
GeneralRe: DLLs to redistribute with VC++ 7.0 applications Pin
W2k19-Apr-02 2:57
W2k19-Apr-02 2:57 
QuestionGenertic Auto-ptr ? Pin
Todd Smith18-Apr-02 5:35
Todd Smith18-Apr-02 5:35 
AnswerRe: Genertic Auto-ptr ? Pin
Maxime Labelle18-Apr-02 5:47
Maxime Labelle18-Apr-02 5:47 
GeneralRe: Genertic Auto-ptr ? Pin
Paul M Watt18-Apr-02 17:50
mentorPaul M Watt18-Apr-02 17:50 
GeneralRe: Genertic Auto-ptr ? Pin
Maxime Labelle18-Apr-02 21:19
Maxime Labelle18-Apr-02 21:19 
GeneralRe: Genertic Auto-ptr ? Pin
Paul M Watt18-Apr-02 21:44
mentorPaul M Watt18-Apr-02 21:44 
GeneralCEdit derived class Pin
User 988518-Apr-02 4:28
User 988518-Apr-02 4:28 
GeneralRe: CEdit derived class Pin
Ravi Bhavnani18-Apr-02 4:44
professionalRavi Bhavnani18-Apr-02 4:44 
GeneralRe: CEdit derived class Pin
User 988518-Apr-02 4:54
User 988518-Apr-02 4:54 
GeneralRe: CEdit derived class Pin
Jon Hulatt18-Apr-02 23:41
Jon Hulatt18-Apr-02 23:41 
GeneralRe: CEdit derived class Pin
User 988519-Apr-02 12:28
User 988519-Apr-02 12:28 
GeneralRe: CEdit derived class Pin
Bill Wilson18-Apr-02 13:28
Bill Wilson18-Apr-02 13:28 
GeneralRe: CEdit derived class Pin
User 988519-Apr-02 12:25
User 988519-Apr-02 12:25 
GeneralRe: CEdit derived class Pin
Bill Wilson19-Apr-02 12:42
Bill Wilson19-Apr-02 12:42 
GeneralRe: CEdit derived class Pin
PJ Arends19-Apr-02 12:58
professionalPJ Arends19-Apr-02 12:58 
GeneralRe: CEdit derived class Pin
User 988520-Apr-02 4:49
User 988520-Apr-02 4:49 

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.