Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hello,
I want to customize file opration with "New" and "Open" tabs or pages in a dialog. I have established the "New" page by using CPropertyPage, but there doesn't seems have any control which could open a file like CFileDialog and be created on a tab or page. I'm eager to get your help, thank you!
Posted
Updated 4-May-10 20:14pm
v2

1 solution

You could combine, for example, three controls:

<Static text, what describes the edit box:>
<Edit box, may be read only, what presents the file name> <...>

- there <...> is a three-dots button to open a file dialog :)
 
Share this answer
 
Comments
fdkhb 5-May-10 6:32am    
I'm sorry about my description of the question. I am looking forward to create a page like cfiledialog's interface(listing files and selecting folders), but not intend to open a cfiledialog by using a button. So can you give me another suggestion? Thank you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900