I already got it before but I didn't take note of the name.
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:
albu77
0

Comments

2 comments

  • haleyjason
    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.
    haleyjason
    0
  • albu77
    I don't understand, it works now. So I just hope I made a typing error

    Thanks for your answer
    albu77
    0

Add comment

Please sign in to leave a comment.