View Single Post
  #1  
Old 01-17-2015, 07:18 AM
Rogier Rogier is online now
Registered User
 
Join Date: 09-09-2004
Location: the Netherlands
Posts: 40
Browse for file or folder popup?

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.
Reply With Quote