Got something to write about? Check out our Article Builder.
*/
*/

WinForm FAQ - How to Create "Explorer Style" Applications in VB.Net

How to create an "Explorer style" application in VB.NET?

Displaying all the drives, folders and files in an application like "Explorer" can be done easily in VB.NET. To do this follow these simple instructions:

Open a new project Add a Command Button to the Form. Place the following code in the click event of the command button.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As _ System.EventArgs) Handles Button1.Click
        Dim expl As New ExplorerStyleViewer()
        expl.Show()
End Sub


Written by Sandeep Mogulla, Webmaster at www.startvbdotnet.com

Index
corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.
Resource Listings