Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Serialization ????
Message
From
22/05/2001 05:38:56
 
 
To
19/05/2001 01:51:12
General information
Forum:
Visual C++
Category:
Microsoft Foundation Classes
Miscellaneous
Thread ID:
00509053
Message ID:
00509790
Views:
14
Ashwani,

First there is no need to create an edit control for your view. When you create you MFC application the wizard will allow you to change your view type (step 6) to either a CEditView or a CRichEditView depending on your requirements. If you create your application using the CEditView you can then use the following code in the Serialize method of the document.
((CEditView*)m_viewList.GetHead())->SerializeRaw(ar);
This should solve your problems.
Previous
Reply
Map
View

Click here to load this message in the networking platform