B
bhammer
Public Declare Function SHBrowseForFolder Lib "shell32" _
Alias "SHBrowseForFolderA" _
(lpBrowseInfo As BROWSEINFO) As Long
In the calling form, how can I Exit the procedure if the user clicks Cancel
on the Browse for Folder API dialog? I want to Exit to prevent the rest of
the procedure from running.
Alias "SHBrowseForFolderA" _
(lpBrowseInfo As BROWSEINFO) As Long
In the calling form, how can I Exit the procedure if the user clicks Cancel
on the Browse for Folder API dialog? I want to Exit to prevent the rest of
the procedure from running.