How to Create Common File Dialog in ATL COM Component
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to create a Common File Dialog, like the one in MFC, in my ATL COM component. I turned off "MFC Support" option to minimize the COM component size. Is there any dialog class, like CFileDialog, in ATL to do that? Or is there any easy way to do that other than create my own file dialog? Thanks, Tony
-
I want to create a Common File Dialog, like the one in MFC, in my ATL COM component. I turned off "MFC Support" option to minimize the COM component size. Is there any dialog class, like CFileDialog, in ATL to do that? Or is there any easy way to do that other than create my own file dialog? Thanks, Tony