CFileDialog with custom activeX
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have been trying to put my own ActiveX on the CFileDialog. Seems like whenever I put my activeX with CFileDialog class, the file dialog won't open; instead, return IDCANCELL at mydlg.DoModal(); But with those controls that come with VC( like combo box, bitmap...etc) I have no problem open up the Cfiledialog dialog. Anyone out there solve this problem. shin