Link to home
Start Free TrialLog in
Avatar of med39
med39

asked on

Setting a default for the FilePicker dialog box

I've been using the newly-available FilePicker Dialog to allow a user to navigate to a file or folder on the file system.  It's a wonderful feature.

Does anyone know how i could use VB code to set a starting point for the dialog box?  The current default is at the lowest level of the user's file system.  I'd like to save them a few mouse clicks by getting them part way up the tree.

thanks in advance,

med39
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of med39
med39

ASKER

Capricorn1,

Thanks for the prompt reply!  I adapted your suggestion, and learned from it.

-med39