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.
Assumes
Nothing
Returns
Opens a folder/directory in a separate window
API Declarations
Rate Open Folders As Windows from VB5
(3(3 Vote))
Directory = "C:\"
Shell "Explorer " + Directory, vbNormalFocus
' The above code opens the C:\ directory as a new window
Open Folders As Windows from VB5 Comments
No comments yet — be the first to post one!
Post a Comment