VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open Folders As Windows from VB5

by Ted R. Smith (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Assumes
Nothing
Code Returns
Opens a folder/directory in a separate window
API Declarations

Rate Open Folders As Windows from VB5

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

Download this snippet    Add to My Saved Code

Open Folders As Windows from VB5 Comments

No comments have been posted about Open Folders As Windows from VB5. Why not be the first to post a comment about Open Folders As Windows from VB5.

Post your comment

Subject:
Message:
0/1000 characters