Click here to Skip to main content
15,891,981 members

Comments by Holger B.-J. (Top 1 by date)

Holger B.-J. 15-Nov-11 2:57am View    
Deleted
strange---I tried it, and immedeately ran into the following assertion in the MFC code of CFileDialog::DoModal()
ASSERT(m_ofn.Flags & OFN_ENABLEHOOK);
ASSERT(m_ofn.lpfnHook != NULL); // can still be a user hook
So I think there must be an additional trick. Did you omit something?