FolderBrowserDialog 's New Folder button is always available.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In VS200

Using the System.Windows.Forms.FolderBrowserDialog control

The New Folder button is always available

Set the ShowNewFolderButton property to false in code prior to cal
ShowDialo
or set the ShowNewFolderButton property to false in the form designer hav
no effect

Any clue to get rid of that

-----need hel
-------seas
 
Should have no problems with that - I've used it a million times and it
works great - make sure that you're setting the ShowNewFolderButton property
to true before the call the ShowDialog method and you should be just fine.

Cheers,
Branimir
 
I think you create a new instance of this object in the code and then modify
as you want .
 
I did everything that i could do, i tried all the methods given ISMAILRAJPUT and Branimi
but couldnt remove the New Folder button from FolderBrowserDialog

------need hel
---------seas

----- ISMAILRAJPUT wrote: ----

I think you create a new instance of this object in the code and then modif
as you want
 
seash said:
I did everything that i could do, i tried all the methods given ISMAILRAJPUT and Branimir
but couldnt remove the New Folder button from FolderBrowserDialog .


IIRC, this dialog behaves differently depending on the version of Windows.

Mike
 
I'm using XP and it's there.

--
Branimir Giurov
MCSD.NET, MCDBA


seash said:
----- Michael Sparks wrote: -----

..


IIRC, this dialog behaves differently depending on the version of Windows.

Mike

Hi Mike
u r true, In Xp OS the New Folder button is not appearing where as
in Window 2000 professional its
 
Hi Branimir
I think u didnt get what we are talking here, i need to desable or remove the new folder button from FolderBrowserDialog
though i had given code manually to remove it , its not happening in Windows 2000 professional os where as its happening in XP os....
regard
seash
 
Sorry - my bad.

Branimir

seash said:
Hi Branimir ,
I think u didnt get what we are talking here, i need to desable or remove
the new folder button from FolderBrowserDialog.
though i had given code manually to remove it , its not happening in
Windows 2000 professional os where as its happening in XP os.....
 
Back
Top