subclassing a CFileDialog
-
I'm trying to subclass a CFileDialog window. I have all the functions and the notifications to see what's happening, but I can't find the way to update the dialog, like with UpdateData(0). Any suggestions ? :confused:
-
I'm trying to subclass a CFileDialog window. I have all the functions and the notifications to see what's happening, but I can't find the way to update the dialog, like with UpdateData(0). Any suggestions ? :confused:
CFileDialog
is derived fromCCommonDialog
which is derived fromCDialog
which is derived fromCWnd
which has anUpdateData
method. So you should be able to callUpdateData
from yourCFileDialog
derived class. Or am I missing something here? :~ Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]