VB6.0 - Common Dialog "ShowSave" method to get a Folder?
Visual Basic
1
Posts
1
Posters
1
Views
1
Watching
-
Hello. I've already made my own form to use a GUI to search for a specific folder to save information to, but I was wondering if anyone knew a way to use the CommonDialog to do this? Currently, I can only get the CommonDialog to save to a specific file. What I want is for my user to be able to search and pick a specific folder. I just want to use the Common Dialog box to return the path to that folder. Is there any way to do this or should I just stick with my homemade method? Thank you!