Hi.
Im confused about the serialize function. I am doing a MDI application and I want to have a file open dialog which will read data from a binary file. I do not need to save any file. So must I use the if(ar.IsStoring ())... else? How do I go about doin this?
Thanks.
Im confused about the serialize function. I am doing a MDI application and I want to have a file open dialog which will read data from a binary file. I do not need to save any file. So must I use the if(ar.IsStoring ())... else? How do I go about doin this?
Thanks.
Comment