J
justdoit693
I know some problems with the folderbrowser were already mentioned but i'm
having a different problem...no matter what I do, I can't make the "New
Folder" button go away...even if I explicitly turn it off before calling
ShowDialog() as follows:
folderBrowserDialog.ShowNewFolderButton = false ;
if( folderBrowserDialog.ShowDialog(this) == DialogResult.OK )
{
....
Is this a know problem? Why is this such a tough thing to get working? Any
ideas? Should I switch over to one of the other solutions mentioned
earlier?
having a different problem...no matter what I do, I can't make the "New
Folder" button go away...even if I explicitly turn it off before calling
ShowDialog() as follows:
folderBrowserDialog.ShowNewFolderButton = false ;
if( folderBrowserDialog.ShowDialog(this) == DialogResult.OK )
{
....
Is this a know problem? Why is this such a tough thing to get working? Any
ideas? Should I switch over to one of the other solutions mentioned
earlier?