FolderBrowserDialog ShowNewFolderButton=false
-
Hi I am using following code: folderBrowserDialog1.ShowNewFolderButton=false; folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyComputer; folderBrowserDialog1.SelectedPath="c:\\temp"; DialogResult dr=this.folderBrowserDialog1.ShowDialog(); in windows 2000 it is still showing New Folder Button and in windows xp it is working fine. If anyone have solution then please help me. thanks
-
Hi I am using following code: folderBrowserDialog1.ShowNewFolderButton=false; folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyComputer; folderBrowserDialog1.SelectedPath="c:\\temp"; DialogResult dr=this.folderBrowserDialog1.ShowDialog(); in windows 2000 it is still showing New Folder Button and in windows xp it is working fine. If anyone have solution then please help me. thanks