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

C / C++ / MFC

 
GeneralRe: The MSDN collection does not exist? Pin
Mazdak7-Mar-02 1:15
Mazdak7-Mar-02 1:15 
GeneralAudio Configuration Wizard Pin
jedidjab797-Mar-02 0:07
jedidjab797-Mar-02 0:07 
GeneralMultiple CRecordView Pin
6-Mar-02 23:44
suss6-Mar-02 23:44 
GeneralRe: Multiple CRecordView Pin
Mazdak7-Mar-02 0:06
Mazdak7-Mar-02 0:06 
GeneralISecurityInformation Pin
hph6-Mar-02 23:15
hph6-Mar-02 23:15 
GeneralRe: ISecurityInformation Pin
Michael P Butler7-Mar-02 0:26
Michael P Butler7-Mar-02 0:26 
GeneralVC++: Pin
fara6-Mar-02 22:54
fara6-Mar-02 22:54 
GeneralRe: VC++: Pin
Derek Waters7-Mar-02 11:34
Derek Waters7-Mar-02 11:34 
Hi,

Probably your best best here is to use a CFormView-derived class for your view. This acts pretty much exactly like a dialog, so you'll be able to easily move your example code over.

As for Doc/View, I think the proper philosophy is that your persistent data (stuff that gets loaded and saved) goes in your document, and your view is the class that presents that data to the user. Thus, in MDI you can potentially have two views on the same document data.


------------------------
Derek Waters
derek@lj-oz.com
GeneralSTL: returning const char* from a temp string Pin
6-Mar-02 22:25
suss6-Mar-02 22:25 
GeneralRe: STL: returning const char* from a temp string Pin
Joaquín M López Muñoz6-Mar-02 22:52
Joaquín M López Muñoz6-Mar-02 22:52 
GeneralRe: STL: returning const char* from a temp string Pin
danwatt6-Mar-02 23:00
danwatt6-Mar-02 23:00 
GeneralRe: STL: returning const char* from a temp string Pin
Tim Smith7-Mar-02 2:22
Tim Smith7-Mar-02 2:22 
GeneralRe: STL: returning const char* from a temp string Pin
Tomasz Sowinski7-Mar-02 2:31
Tomasz Sowinski7-Mar-02 2:31 
GeneralRe: STL: returning const char* from a temp string Pin
Le centriste7-Mar-02 3:54
Le centriste7-Mar-02 3:54 
GeneralRe: STL: returning const char* from a temp string Pin
Tomasz Sowinski7-Mar-02 4:01
Tomasz Sowinski7-Mar-02 4:01 
QuestionHow do I write a vertical text Pin
Abhishek Narula6-Mar-02 22:05
Abhishek Narula6-Mar-02 22:05 
AnswerRe: How do I write a vertical text Pin
Mazdak6-Mar-02 22:25
Mazdak6-Mar-02 22:25 
GeneralRe: How do I write a vertical text Pin
Abhishek Narula6-Mar-02 22:35
Abhishek Narula6-Mar-02 22:35 
GeneralRe: How do I write a vertical text Pin
Mazdak6-Mar-02 23:56
Mazdak6-Mar-02 23:56 
GeneralRe: How do I write a vertical text Pin
Abhishek Narula7-Mar-02 0:01
Abhishek Narula7-Mar-02 0:01 
GeneralRe: How do I write a vertical text Pin
Mazdak7-Mar-02 0:06
Mazdak7-Mar-02 0:06 
AnswerRe: How do I write a vertical text Pin
Joaquín M López Muñoz6-Mar-02 23:18
Joaquín M López Muñoz6-Mar-02 23:18 
AnswerRe: How do I write a vertical text Pin
Atul Dharne7-Mar-02 0:05
Atul Dharne7-Mar-02 0:05 
GeneralRe: How do I write a vertical text Pin
Abhishek Narula7-Mar-02 1:05
Abhishek Narula7-Mar-02 1:05 
GeneralDrawing a bitmap into a CEdit Pin
6-Mar-02 21:22
suss6-Mar-02 21:22 

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.