CFileDialog::OnTypeChange
virtualvoidOnInitDone();
Remarks
Override this function to handle the WM_NOTIFYCDN_TYPECHANGE message. The notification message is sent when the user selects a new file type from the list of file types in the Open or Save As dialog box.
Notification is sent only if the dialog box was created with the OFN_EXPLORER style. For more information about the notification, see . For information about the OFN_EXPLORER style, see the structure and .
CFileDialog Overview | Class Members | Hierarchy Chart
See Also CFileDialog::OnFileChange