B
BruceS
Could use a little help figuring out how to modify the BrowseForFolder API so
that it does two things:
1) Preselects a path to begin in, and
2) Allows for creation of new folder
Have both Randy Birch's "callback" version and Terry Kreft's
"browseforfolder" version. Per another post, modified Terry's so that it uses
Private Const BIF_NEWDIALOGSTYLE As Long = &H40
and it works great to allow adding a new folder. Have Randy's operating so
that it allows starting in a pre-selected location, but don't know how to
combine the two.
Haven't worked much with API calls so need some help accomplishing this.
Can someone provide some guidance?
Thanks,
Bruce
that it does two things:
1) Preselects a path to begin in, and
2) Allows for creation of new folder
Have both Randy Birch's "callback" version and Terry Kreft's
"browseforfolder" version. Per another post, modified Terry's so that it uses
Private Const BIF_NEWDIALOGSTYLE As Long = &H40
and it works great to allow adding a new folder. Have Randy's operating so
that it allows starting in a pre-selected location, but don't know how to
combine the two.
Haven't worked much with API calls so need some help accomplishing this.
Can someone provide some guidance?
Thanks,
Bruce