473,387 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

I need a folder browser, but not as a dialog

In my app I want the users to be able to select a folder to do their work
in. The FolderBrowserDialog is a great way to do this, but I don't want to
have a dialog pop up every time they want to switch folders. Is there a
treeview control (ala Windows Explorer) in the 1.1 framework, or do I need
to find a 3rd party control? If I need to find a 3rd party control, can
anyone suggest a good free one?

Thanks,
Justin
Nov 20 '05 #1
6 10438
Justin:

It'd be very easy to write one, as a matter of fact, I think the SDK that
comes with the framework has a Walkthrough that helps you build a version of
Windows Explorer. All you need is the DirectoryInfo or Directory classes and
the FileInfo or File classes and a little recursion. YOu could probably
build it in the time ti would take to get your credit card out and pay for a
tool.

--

W.G. Ryan, eMVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/...ity/newsgroups
"Justin F." <ma****@hotmail.com> wrote in message
news:jPzEc.22548$rn1.21574@okepread07...
In my app I want the users to be able to select a folder to do their work
in. The FolderBrowserDialog is a great way to do this, but I don't want to have a dialog pop up every time they want to switch folders. Is there a
treeview control (ala Windows Explorer) in the 1.1 framework, or do I need
to find a 3rd party control? If I need to find a 3rd party control, can
anyone suggest a good free one?

Thanks,
Justin

Nov 20 '05 #2
Hi Justin,

As Bill wrote with a little difference the Window explorer sample is in the
resource kit.

VB.net Resource kit
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing the resource kit
http://msdn.microsoft.com/vbasic/vbr...q/#installvdir

Because there is an absolute terrible bug in the folderbrowser (this is the
way Herfried always write it when I give the link, it is with paths longer
than 128 positions), does Herfried forever give this links. (Probably he
does it again as well)

Folder Browser component for .NET
<URL:http://www.codeproject.com/cs/miscctrl/folderbrowser.asp>

306285 - HOW TO: Implement a Managed Component that Wraps the Browse For
Folder Common Dialog Box by Using Visual C# .NET
<URL:http://support.microsoft.com/?kbid=306285>

FolderBrowser.msi
<URL:http://www.gotdotnet.com/team/vb/FolderBrowser.exe>

How to pick a directory
<URL:http://groups.google.com/groups?selm=q0JKzDbmCHA.2144%40cpmsftngxa09>

I hope this helps with thank for Herfried as well of course.

Cor
Nov 20 '05 #3
* "Cor Ligthert" <no**********@planet.nl> scripsit:
Because there is an absolute terrible bug in the folderbrowser (this is the
way Herfried always write it when I give the link, it is with paths longer
than 128 positions), does Herfried forever give this links. (Probably he
does it again as well)


I don't post these links in this case, because the question is not
directly abot FolderBrowserDialog.

:-)

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4
* "Justin F." <ma****@hotmail.com> scripsit:
In my app I want the users to be able to select a folder to do their work
in. The FolderBrowserDialog is a great way to do this, but I don't want to
have a dialog pop up every time they want to switch folders. Is there a
treeview control (ala Windows Explorer) in the 1.1 framework, or do I need
to find a 3rd party control? If I need to find a 3rd party control, can
anyone suggest a good free one?


<URL:http://www.codeproject.com/cs/miscctrl/foldertreeview.asp>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #5
Thank you for the link...and thanks to everyone else who replied!

-Justin
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:2k************@uni-berlin.de...
* "Justin F." <ma****@hotmail.com> scripsit:
In my app I want the users to be able to select a folder to do their work in. The FolderBrowserDialog is a great way to do this, but I don't want to have a dialog pop up every time they want to switch folders. Is there a
treeview control (ala Windows Explorer) in the 1.1 framework, or do I need to find a 3rd party control? If I need to find a 3rd party control, can
anyone suggest a good free one?


<URL:http://www.codeproject.com/cs/miscctrl/foldertreeview.asp>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #6
Hi,

Take a look at the vb power pack.
http://msdn.microsoft.com/vbasic/def...werpack_topic8

Ken
-----------------------

"Justin F." <ma****@hotmail.com> wrote in message
news:jPzEc.22548$rn1.21574@okepread07:
In my app I want the users to be able to select a folder to do their work

in. The FolderBrowserDialog is a great way to do this, but I don't want
to
have a dialog pop up every time they want to switch folders. Is there a

treeview control (ala Windows Explorer) in the 1.1 framework, or do I need

to find a 3rd party control? If I need to find a 3rd party control, can

anyone suggest a good free one?

Thanks,
Justin


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.3.6 - Release Date: 6/25/2004
Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: strutsng | last post by:
<input type="file"> only allows the user to browse for files. How about "browse for folder" dialog? Can html/javascript do that? I couldn't find any syntax for that. If not, please advise what...
2
by: Jacek Jurkowski | last post by:
Does anybody know why Folder Browser Dialog stops to show folders while run from some form with image? If I clear Image property of Picture Box Folder Browser works fine after image restore it...
0
by: Sankar | last post by:
Hi all, I need to popup a folder dialog box on an aspx web page. The functionality needed is to select a folder name and assign it to one of the form variables in the web page. I used activex...
3
by: spamsink42 | last post by:
hello how do i create a dialog to allow the user to choose a folder? i tried FolderBrowserDialog but encountered a couple of problems: - when you specify the starting location (property...
14
by: pamela fluente | last post by:
I want to use the ordinary OpenFileDialog to choose a folder instead of a file. Is it possible? And how? -P
5
by: David Veeneman | last post by:
I'm trying to implement some fairly standard behavior (or so I thought) on a FolderBrowserDialog component. double-clicking a folder in the dialog should have the same effect as selecting the...
3
by: Moshiko | last post by:
Hi guys, I am writing a website and I would like to write a user control (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from the client. I do have a user control (a DLL...
3
by: Moshiko | last post by:
Hi guys, I am writing a website and I would like to write a user control (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from the client. I do have a user control (a DLL...
3
tdw
by: tdw | last post by:
I have a working hyperlink field in a table, and it's form. I also have a working File Picker Dialog: FileDialog(msoFileDialogFilePicker), being used to create the hyperlink. What I need to do, and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.