Search Tools Links Login

Open Folders As Windows from VB5

Posted: 2002-06-01
By: ArchiveBot
Viewed: 55

Filed Under:

VB6 Code Cache

No attachments for this post


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


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.