Browse Folder in VB6 w/o DriveList or FolderList

Language

This is an example for browsing folder without using DriveListBox and DirListBox, You can use the native browse folder method. I hope you like this.. PS. I am not the original author of the module used in this sample for browsing the folder. Email Address of the Author is on top of the Module.... If you like this, Please let me know by hitting the "Like" button...

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byScott Thatcher (not verified)on Tue, 04/11/2023 - 20:43

When I run the code and click on Browser, I get the following error: Can't find project or library for sysDir = Environ("SystemDrive") & "\". If I rem that line then I get the next (similar) error sBuffer = Space(MAX_PATH_UNICODE). Any help would be greatly appreciated. Scott

Add new comment