Hi
Can anyone help me in using the file open/save/saveas dialogs.
My problem is when I open a file I get entire path name for the file in
Doc.cpp. I use the pointer to get the filename with the entire path into
my view file where I need to read the entire file.
The problem I face is how to get the( DoModal() == IDOK ) condition in
my view for the system generated file/open dialog so that I can read the
file after the condition is satisfied.
Thanks,
Ram