Hi! How can I implement Directory Browse functionality in the PropertyGrid
control similar to BackgroundImage or Icon in VS 2005 ?
I can not find any info on that. May be I should be more generic and ask how
I can lunch a custom form from the PropertyGrid control ? I searched for it
with no result.

Any idea/sample/url is greatly appreciated.

Many thanks in advance,

Re: Property grid, directory browse functionality by Bob

Bob
Tue Oct 02 02:25:20 PDT 2007

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.


"Mike" <Mike@discussions.microsoft.com> wrote in message
news:A4D50E59-33A0-45E7-B959-F447EC45AFC5@microsoft.com...
> Hi! How can I implement Directory Browse functionality in the PropertyGrid
> control similar to BackgroundImage or Icon in VS 2005 ?
> I can not find any info on that. May be I should be more generic and ask
> how
> I can lunch a custom form from the PropertyGrid control ? I searched for
> it
> with no result.
>
> Any idea/sample/url is greatly appreciated.
>
> Many thanks in advance,


Re: Property grid, directory browse functionality by Robbe

Robbe
Wed Oct 03 16:43:39 PDT 2007

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




"Mike" <Mike@discussions.microsoft.com> wrote in message
news:A4D50E59-33A0-45E7-B959-F447EC45AFC5@microsoft.com...
> Hi! How can I implement Directory Browse functionality in the PropertyGrid
> control similar to BackgroundImage or Icon in VS 2005 ?
> I can not find any info on that. May be I should be more generic and ask
> how
> I can lunch a custom form from the PropertyGrid control ? I searched for
> it
> with no result.
>
> Any idea/sample/url is greatly appreciated.
>
> Many thanks in advance,


Re: Property grid, directory browse functionality by VisualHint

VisualHint
Wed Oct 03 17:56:06 PDT 2007

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


On Oct 1, 8:34 pm, Mike <M...@discussions.microsoft.com> wrote:
> Hi! How can I implement Directory Browse functionality in thePropertyGrid
> control similar to BackgroundImage or Icon in VS 2005 ?
> I can not find any info on that. May be I should be more generic and ask how
> I can lunch a custom form from thePropertyGridcontrol ? I searched for it
> with no result.
>
> Any idea/sample/url is greatly appreciated.
>
> Many thanks in advance,



Re: Property grid, directory browse functionality by G

G
Fri Oct 05 02:30:39 PDT 2007

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
---------



"Mike" <Mike@discussions.microsoft.com> wrote in message
news:A4D50E59-33A0-45E7-B959-F447EC45AFC5@microsoft.com...
> Hi! How can I implement Directory Browse functionality in the PropertyGrid
> control similar to BackgroundImage or Icon in VS 2005 ?
> I can not find any info on that. May be I should be more generic and ask
> how
> I can lunch a custom form from the PropertyGrid control ? I searched for
> it
> with no result.
>
> Any idea/sample/url is greatly appreciated.
>
> Many thanks in advance,