Property grid, directory browse functionality - Bob Powell [MVP] |
02-Oct-07 05:25:20
|
You can implement your own UITypeEditor that shows a dialog instead of a
popup. In the editor itself you would show a file-open dialog.
You can then use a string property in your data object and decorate the
property with the EditorAttribute specifying your own UITypeEditor.
The PropertyGrid will do the rest...
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article. |
 |
| |
Property grid, directory browse functionality - Robbe Morris - [MVP] C# |
03-Oct-07 07:43:39
|
Check the link in my signature for an easy to implement
advanced UITypeEditors.
--
Robbe Morris [Microsoft MVP - Visual C#]
.NET PropertyGrid Control - ListBox, ComboBox, and Custom Classes
http://www.eggheadcafe.com/tutorials/aspnet/270e9432-d236-47e7-b1af-5cd3abe27a75/net-propertygrid-control.aspx |
 |
| |
Property grid, directory browse functionality - VisualHint |
03-Oct-07 08:56:06
|
Hello Mike,
if you need some articles about the UItypeEditor, visit the
PropertyGrid Resource List (filter by tag):
http://www.propertygridresourcelist.com
Best regards,
Nicolas Cadilhac @ VisualHint (http://www.visualhint.com)
Home of Smart FieldPackEditor.Net / DateTimePicker replacement (http://
www.visualhint.com/index.php/fieldpackeditor)
Home of Smart PropertyGrid for .Net and MFC (http://www.visualhint.com/
index.php/propertygrid)
Microsoft PropertyGrid Resource List - http://www.propertygridresourcelist.com |
 |
| |
Property grid, directory browse functionality - G Himangi |
05-Oct-07 05:30:39
|
You can apply the .net FileNameEditor attribute for the property
---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
--------- |
 |
| |