Comments
2 comments
-
If you paste this line in your browser it should open Reflector to the FolderBrowserDialog:
[url=code://System.Windows.Forms:2.0.0.0:b77a5c561934e089/System.Windows.Forms.FolderBrowserDialog]code://System.Windows.Forms:2.0.0.0:b77 ... wserDialog[/url]
You should also be able to locate it using the search (View->Search) and type in "FolderBrowserDialog".
If you have the Compact framwork dll's loaded and not the full version, you won't be able to find it - so you might want to verify which version of the System.Windows.Forms.dll you are looking at. -
I don't understand, it works now. So I just hope I made a typing error
Thanks for your answer
Add comment
Please sign in to leave a comment.
Today I'm not able to see FolderBrowserDialog class with Reflector.
I found somewhere it was a complement to FileDialog, but anyway it's public so I would normally see it. I have it in the Object browser of Visual studio.
(The assembly System.Windows.Form is opened)
Regards
Alain
:oops: