how to override file handler functions
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I stored two points in an xml file and retrieved them in OnOpenDocument() but How can I pass these values to View to draw a line with the points? Pathi bhikshapathi_g@semanticspace.com
Overide your document's OnOpenDocument() and OnSaveDocument() members. -Ben --------- On the topic of code with no error handling -- It's not poor coding, it's "optimistic" ;)