PDA

View Full Version : Browse for file or folder popup?


Rogier
01-17-2015, 07:18 AM
I can do regular messagebox popups or input dialogs through a simple VBScript call, i.e. MsgBox or InputBox.

Is there also a way to let my VBP project popup a 'Select File' or 'Select Folder' dialog? I'm not very experienced with vbscript, and googling around leads to me things like BrowseForFolder, but that doesn't seem to be a legit function call.

kinook
01-17-2015, 07:38 AM
File:
https://stackoverflow.com/questions/21559775/vbscript-to-open-a-dialog-to-select-a-filepath

Folder:
http://blogs.technet.com/b/heyscriptingguy/archive/2005/06/17/how-can-i-show-users-a-dialog-box-that-only-lets-them-select-folders.aspx