I am trying to browse folders through the following piece of code.
Please let me know if there is any kind of setting to get this working
right?
using shell32.dll;
Shell32.ShellCl ass shl = new Shell32.ShellCl ass();
Shell32.Folder2 fld = (Shell32.Folder 2)shl.BrowseFor Folder(0, "Show Folder",
0, System.Reflecti on.Missing.Valu e);
txtFolderName.T ext = fld.Self.Path ;
Thanks in advance.
Regards,
Jay
Please let me know if there is any kind of setting to get this working
right?
using shell32.dll;
Shell32.ShellCl ass shl = new Shell32.ShellCl ass();
Shell32.Folder2 fld = (Shell32.Folder 2)shl.BrowseFor Folder(0, "Show Folder",
0, System.Reflecti on.Missing.Valu e);
txtFolderName.T ext = fld.Self.Path ;
Thanks in advance.
Regards,
Jay
Comment