Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
about filedialog? ;
how does filedialog work? ;
why do we use filedialog? ;
what makes filedialog special? ;
can we do what filedialog does without using it? ;
Posted

1 solution

There are a couple "FileDialog"s. One is the OpenFileDialog and another is the SaveFileDialog. Each has its place. They are used to handle the very common need to explore the file system to find a file or to select where a file should be saved (respectively). They take a complicated task (displaying folders and files, opening folders to display sub-folders, etc.) and make it dead-simple. You would use these when you want to allow the user to open a file or save a file. Here are some good tutorials on these two:

http://www.dotnetperls.com/openfiledialog[^]
http://www.dotnetperls.com/savefiledialog[^]
 
Share this answer
 
Comments
mrmarzban 11-Jun-12 15:09pm    
thats it!
thanks.

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