Post by TimIn VB6, Can I use a common dialog to only get a directory like C:\Test
without any file name? Thanks.
You *can*, but that doesn't mean you *should*. There is a Browse For
Folders dialog box that you should use. However, there is no OCX included
with VB for this dialog box so you have to use the API to show it. Example
code is quite plentiful, though. Just search www.google.com for the
SHBrowseForFolder API function.
Mike