Link to home
Start Free TrialLog in
Avatar of ragin_cajun
ragin_cajun

asked on

Initiate serialization in dialog based app

Hi,

I set up serialization of class members for a dialog based app. But since it's not document based, it doesn't have the built in support to initiate the serialization from the file open / save menu.

I made 2 buttons for loading and saving the class members but how can I call the serialize function through them?
ASKER CERTIFIED SOLUTION
Avatar of minnirok
minnirok

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ragin_cajun
ragin_cajun

ASKER

yeah cool that shows how to do it without the framework thanks.