VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Directory Selector. Does not use the Common Dialogs. Very, very easy to use! Opens the Windows 'Bro

Wade Reynolds  (3 Submissions)   Windows System Services   VB 6.0   Unknown Difficulty   Sun 23rd April 2000   Mon 8th February 2021

Directory Selector. Does not use the Common Dialogs. Very, very easy to use! Opens the Windows 'Browse for folder' tree-view window and

API Declarations


Private Const BIF_DONTGOBELOWDOMAIN = 2
Private Const MAX_PATH = 260

Private Type BrowseInfo
hwndOwner As Long
pIDLRoot As Long
pszDisplayName As Long
lpszTitle As Long
ulFlags As Long
lpfnCallback As Long
lParam As Long
iImage As Long
End Type

Private Declare Function SHBrowseForFolder Lib "shell32" (lpbi As BrowseInfo) As Long
Private Declare Function SHGetPathFromIDList Lib "shell32" (ByVal pidList As Long, ByVal lpBuffer As String) As Long
Private Declare Function lstrcat Lib "kernel32" Alias "lstrcatA" (ByVal lpString1 As String, ByVal lpString2 As String) As Long

Rate Directory Selector. Does not use the Common Dialogs. Very, very easy to use! Opens the Windows 'Bro (2(2 Vote))
Directory Selector. Does not use the Common Dialogs. Very, very easy to use! Opens the Windows 'Bro.bas

Directory Selector. Does not use the Common Dialogs. Very, very easy to use! Opens the Windows 'Bro Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters