Hello.

I'm working on a MFC application. I'm not using serialization, but I use document/view archiecture. So the framework opens Save/Open File dialogs.
My question is: "How can I define filter for the files?" Instead of *.*, I must get only the *.std files.

Thanks in advance.