|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Looking for a file browser controlHi,
I'm looking for a control which allows me to browse drives/folders for a file. Something like OpenFileDialog but not in a Dialog form but in a Control form (I want to place it on my own form and read path and name of selected file). Did anybody saw something like this or do I have to create it myself? thank you Crosser Hi,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbpowerpack.asp Ken -------------------- "crosser" <cros***@klub.chip.pl> wrote in message I'm looking for a control which allows me to browse drives/folders for anews:cnsfa1$4sd$1@nemesis.news.tpi.pl... Hi, file. Something like OpenFileDialog but not in a Dialog form but in a Control form (I want to place it on my own form and read path and name of selected file). Did anybody saw something like this or do I have to create it myself? thank you Crosser Hi,
In addition to Ken... http://www.codeproject.com/cs/miscctrl/mkfolderbrowser.asp There are a number of new types in Whidbey which will make creating such a component in .NET 2.0 easy, especially those that identify DriveTypes etc.. HTH, Rakesh Rajan Show quote "crosser" wrote: > Hi, > I'm looking for a control which allows me to browse drives/folders for a > file. Something like OpenFileDialog but not in a Dialog form but in a > Control form (I want to place it on my own form and read path and name of > selected file). > > Did anybody saw something like this or do I have to create it myself? > > thank you > Crosser > > > "Rakesh Rajan" <RakeshRa***@discussions.microsoft.com> schrieb: .... or:> In addition to Ken... > > http://www.codeproject.com/cs/miscctrl/mkfolderbrowser.asp FolderTreeView control <URL:http://www.codeproject.com/cs/miscctrl/foldertreeview.asp> |
|||||||||||||||||||||||