Yes, I want to find out if there is a way to control where this window is displayed?
Yes, I want to find out if there is a way to control where this window is displayed?
Heres an example I found a long time ago that centers the dialog by default.
' Example Usage:
'Text1 = BrowseForFolder(Me.hwnd, "Select A Folder Dude!", "C:\")
Thanks, That will do it!