Name | Description |
---|---|
FolderSelectDialog | Wraps System.Windows.Forms.OpenFileDialog to make it present a vista-style dialog. |
Reflector | This class is from the Front-End for Dosbox and is used to present a 'vista' dialog box to select folders. Being able to use a vista style dialog box to select folders is much better then using the shell folder browser. http://code.google.com/p/fed/ Example: var r = new Reflector("System.Windows.Forms"); |
WindowWrapper | Creates IWin32Window around an IntPtr |