Title: RE: [msvc] shortcut path

> For instance, the CFileDialog may be a modal dialog created by
> CDocManager::DoPromptFileName (through CDocManager::OnFileOpen) so there's
> really no access to the individual dialog controls, to enable reading the
> edit box.

Why not override that (or the nearest you can access, maybe
OnOpenDocument() ) so that you CAN use yuor own derived CFileDialog, so that
you can access the controls?

--
Jason Teagle
[EMAIL PROTECTED]

Reply via email to