Originally posted by: Fernando Martins
How do I create a specific dialog to select a directory instead of a file?
ReplyOriginally posted by: DXM
Hi,
I can customize the FileOpen dialog in exe file successfully. But the program crashes when I try to implement it in a dll application. I have included the "dlgs.h" and "AfxDlg.h" files.
The problem is that the system does not know the control ids of "stc2", "stc3", "edt1", etc.
Can anybody give some suggestions?
Thanks,
DXM
Reply
Originally posted by: jerry
Sir,
I want to display the files in selected folder as a sorted order in the MFC file open dialog box. Is it possible ? ie; any way to get the all files in the selected folder for customizing ? If possible help to do that..
Thanks in Advance and Waiting your replay
respectively,
Jerry
Originally posted by: Shrinivas
Hi,
I want to trap the edit change event in my derived class CMyFileDialog (derived from CFileDialog)and disable/enable "Open" button depending on file name field is blank or present.
I'm able to get the file name data, enabling/disabling but the problem is i'm not able catch the "file name" field edit event. Please give some pointers.
thanks,
Shrini
Originally posted by: Lani Pena
The file dialog opens up in the center of the parent's dialog. I would like to move it to the top left. I have tried using SetWindowPos which works for resizing but it doesn't work for moving like it should. Does anybody know why and is there a solution?
Thanks!
ReplyOriginally posted by: JohnE
I would like to display a File Open/Save dialog without its caption bar at the top. Does anyone have any idea how to do this?
Originally posted by: April_jia
What dos the parent pointer point to?Why we must use the parent pointer but this pointer?
ReplyOriginally posted by: YiHai
the point to the parents,wndDlg,can be omitted except using it to access GetDlgItem.
Originally posted by: Alden Bates
Any ideas how to get the path of the current directory while the Open Dialog box is running? I want to be able to grab the path and insert it into a list of directories while the user is browsing for files.
ReplyOriginally posted by: John Sam
I want to add two new CButton controls and one CComboBox
to standard CFileDialog box.
How to arrange this buttons and how to implement/handle the messages from this controls?