Re: browse folders and files
i would suggest the standard look and features of OpenFileDialog/FileDialog than creating your own custom browser through form and other controls. Unless you would want to introduce a new feature that is not present on the standard OpenFileDialog.
Re: browse folders and files
I want to use" file open dialog" and "folder open dialog" in same window ..is it possible..
have you send me any example
Re: browse folders and files
IMO, that is not possible.
no, i am not yet sending any sample codes. i am just trying to know first what's your purpose of showing both file and folder browser dialog to the user at the same time, as the former defeats the purpose of the latter.
are you planning to create a windows-explorer-like browser?
Re: browse folders and files
ya like "windows-explorer" and when user click OK button then get all files in that folder...
Re: browse folders and files
you can see image like this
http://images.google.com.pk/imgres?i...%3Den%26sa%3DN
but some functionalities are not require like tool bar,cool bar,status bar menu etc
Re: browse folders and files
what version of vb.net are you using? do you have the SDK?
or refer to this link:
http://social.msdn.microsoft.com/Sea...ery=FileViewer
hth
Re: browse folders and files
Re: browse folders and files
Re: browse folders and files
What do you expect ¿ That article is not for VB.NET :confused:
Have a look at the VB.NET FAQ's here on CodeGuru / or Search CodeGuru, there you'll find an FAQ entitled Windows Explorer Application. That would give you a better picture...