Hi there!
I want to make a CPropertyPage (with several sheets) where one of the pages has the CFileDialog as its base class, or where it at least behaves like one.
I have tried many things and as far as I know you can only do this be creating your own CFileDialog class from scratch. This is because MFC doesn't support multiple inheritance.
Is there anybody out there who knows how to build a CFileDialog without using the CommonDialog Library???
Other suggestions are most welcome!!
Best regards
tomasr
I want to make a CPropertyPage (with several sheets) where one of the pages has the CFileDialog as its base class, or where it at least behaves like one.
I have tried many things and as far as I know you can only do this be creating your own CFileDialog class from scratch. This is because MFC doesn't support multiple inheritance.
Is there anybody out there who knows how to build a CFileDialog without using the CommonDialog Library???
Other suggestions are most welcome!!
Best regards
tomasr