Tools Links Login

Open Folders As Windows from VB5

This code is for those people who want to open up folders/directories as separate windows, as compared to the alternative fileboxes.

Original Author: Ted R. Smith

Assumptions

Nothing

Returns

Opens a folder/directory in a separate window

API Declarations


Code

Directory = "C:"
Shell "Explorer " + Directory, vbNormalFocus
' The above code opens the C: directory as a new window

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 86 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Comments

No comments have been added for this post.

You must be logged in to make a comment.