Link to home
Start Free TrialLog in
Avatar of Barry Cunney
Barry CunneyFlag for Ireland

asked on

Prompt for a folder

Hi Guys,
I am writing a little app in which I want the user to specify a folder in which they wish to store files related to the app.
I have looked at the Common Dialog control but this only works if you are returning a file name as well - I just want user to be able to 'browse' to verify the folder and possibly create a new folder and then just return this folder path.

Is there a way to do this using the commom dialog control or id there another way.

Cheers B Cunney



Avatar of TascoDLX
TascoDLX

Avatar of Barry Cunney

ASKER

Hi TascoDLX,
Is there a way to use this SHBrowseForFolder()
in Visual Basic or something similar?


Cheers
ASKER CERTIFIED SOLUTION
Avatar of TascoDLX
TascoDLX

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
Thanks a mil for your help TascoDLX