Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serialization ????
Message
De
22/05/2001 05:38:56
 
 
À
19/05/2001 01:51:12
Information générale
Forum:
Visual C++
Catégorie:
Microsoft Foundation Classes
Divers
Thread ID:
00509053
Message ID:
00509790
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform