Hi,
I have created a Browse Folder Dialog Box using Shell 32 in VB.Net 2002. But I want the 'Make New Folder' Button to be disabled or not seen. How is this possible? The code is here:
ThanksCode:Dim oFolder As Shell32.Folder Dim oShell As Shell32.Shell = New Shell32.Shell() oFolder = oShell.BrowseForFolder(0, "Select a Folder:", 0, "C:\")


Reply With Quote


Bookmarks