I'm trying to use the Common Dialogue Control in VB5 to allow me to select a directory, rather than an actual file.
Does anyone know if there is a paramater I can pass it when I call it to allow me to do this?
Much appreciated,
Jez Hollinshead
Printable View
I'm trying to use the Common Dialogue Control in VB5 to allow me to select a directory, rather than an actual file.
Does anyone know if there is a paramater I can pass it when I call it to allow me to do this?
Much appreciated,
Jez Hollinshead
In this case, you won't use the common dialog; rather, you will use the BrowseForFolders API.
http://www.vbforums.com/showthread.p...owseforfolders
Many thanks :)
This is exactly what I was after. This API stuff is really cool, just wish I fully understood it :D