Link to home
Start Free TrialLog in
Avatar of hstoessel
hstoessel

asked on

Disable edit control in CFileDialog

I want to disable the edit control, where the user can input the filename in CFileDialog.

I dervived a class from CFileDialog and tried it with CWnd* pWnd->GetDlgItem (edt1). Unfortunately, it doesn't work. pWnd is always NULL.

How can I do that?
Avatar of hstoessel
hstoessel

ASKER

Adjusted points to 100
ASKER CERTIFIED SOLUTION
Avatar of Vinayak Kumbar
Vinayak Kumbar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial