Click to See Complete Forum and Search --> : Internet Explorer 4 common controls in customized CFileDialog


Fei Liu
May 12th, 1999, 07:02 PM
Hello All:

Has anybody successfully placed a new Internet Exploer 4 Common control such as a DateTimePicker into a customized CFileDialog using your own dialog template? I have encountered the following problem in trying to do so:

I placed a DateTimePicker in the dialog template, and add a member varible (type of CDateTimeCtrl) to my dialog class through the class wizard. But I build my app, I got complier error C2146: missing ';' before identifier 'm_ctrlTime'. and 3 other errors following of that. I have also tried to add the same control to a Microsoft sample ofnking (from http://support.microsoft.com/support/kb/articles/q195/0/34.asp). I got the very same result.

Many thanks for any info on this issue,
Fei