Home All Groups Group Topic Archive Search About
Author
17 Mar 2006 12:10 AM
M
The Visual Basic 6.0 DirListBox control allow you to select a Folder.
How to select a Folder in VB.NET?

Author
17 Mar 2006 12:23 AM
Herfried K. Wagner [MVP]
"M" <mxc***@hotvoice.com> schrieb:
> The Visual Basic 6.0 DirListBox control allow you to select a Folder.
> How to select a Folder in VB.NET?

It's sufficient to post the question in a single newsgroup.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
17 Mar 2006 2:09 AM
Homer J Simpson
"M" <mxc***@hotvoice.com> wrote in message
news:Oqz9$cVSGHA.1572@tk2msftngp13.phx.gbl...

> The Visual Basic 6.0 DirListBox control allow you to select a Folder.
> How to select a Folder in VB.NET?

FolderBrowserDialog?
Author
17 Mar 2006 7:49 AM
Cerebrus
I had VS.NET 2002, which doesn't have the FolderBrowserDialog, so I
just downloaded a control from GotDotNet.com.

Check this page for the "FolderBrowser.msi" installer:

http://www.gotdotnet.com/team/vb/

HTH,

Regards,

Cerebrus.