I am using custom file dialog which is extended from the CFileDialog
.
The problem is that, OninitDialog()
does not get called before DoModal()
.
I have customized the CFileDialog
in the OninitDialog()
.
I am using VS 2012 with Win7 OS.
I could not find out, what is going wrong.