T
TarheelsFan
I was trying to convert a VB project that contained the class
FolderBrowser to C#. I have added a reference to System.Design, and
the FolderBrowser class now shows up, but when I call
System.Windows.Forms.Design.FolderNameEditor.FolderBrowser fb = new
System.Windows.Forms.Design.FolderNameEditor.FolderBrowser();
I receive the error
'System.Windows.Forms.Design.FolderNameEditor.FolderBrowser' is
inaccessible due to its protection level. Does anyone know off the top
of their head anything that will help me? Thanks.
FolderBrowser to C#. I have added a reference to System.Design, and
the FolderBrowser class now shows up, but when I call
System.Windows.Forms.Design.FolderNameEditor.FolderBrowser fb = new
System.Windows.Forms.Design.FolderNameEditor.FolderBrowser();
I receive the error
'System.Windows.Forms.Design.FolderNameEditor.FolderBrowser' is
inaccessible due to its protection level. Does anyone know off the top
of their head anything that will help me? Thanks.