Re: Creating advanced property editors

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Andy Gilman (andygilman2_at_hotmail.com)
Date: 06/07/04

  • Next message: Andy Gilman: "Property editor for array type"
    Date: Mon, 7 Jun 2004 13:15:02 -0700
    
    

    what about an array?

    "Patrick Steele [MVP]" <patrick@mvps.org> wrote in message
    news:MPG.1b2e796e796dc31b989916@msnews.microsoft.com...
    > In article <ubnu2HHTEHA.2236@TK2MSFTNGP09.phx.gbl>, andygilman2
    > @hotmail.com says...
    > > How do I make advanced editors for properties such as for custom
    > > collections. I'm thinking about the kind of things that a DataSet allows
    you
    > > to do, such as add a nested hierarchy of information. Also I'd like to
    do
    > > the same kind of thing a DataGrid does for its DataSource property.
    > >
    > > In my specific example I have a custom struct. I want to be able to set
    an
    > > array of this type of struct as a property on a class, and be able to
    set it
    > > at design time.
    > >
    > > Can someone please point me in the right direction?
    >
    > "Make Your Components Really RAD With the Microsoft Visual Studio .NET
    > Property Browser"
    >
    > http://makeashorterlink.com/?F5D0125F1
    >
    > --
    > Patrick Steele
    > Microsoft .NET MVP
    > http://weblogs.asp.net/psteele


  • Next message: Andy Gilman: "Property editor for array type"

    Relevant Pages

    • Re: Creating advanced property editors
      ... >> How do I make advanced editors for properties such as for custom ... >> In my specific example I have a custom struct. ... >> at design time. ...
      (microsoft.public.dotnet.framework.windowsforms.controls)
    • Creating advanced property editors
      ... How do I make advanced editors for properties such as for custom ... In my specific example I have a custom struct. ... at design time. ...
      (microsoft.public.dotnet.framework.windowsforms.controls)
    • Tasks which are more difficult than they should be
      ... It is tough to insert a single character into a String. ... It is tough to create an array of objects INSTANCES based on custom ... Form and GraphicHandler, and one that derives from Panel and Graphics ...
      (microsoft.public.dotnet.languages.vc)
    • Re: Variant array in a cached property.
      ... I've gotten half way through an implementation that uses arrays in a custom ... When the indexing service indexes my file (and gets an array as one of the ... Has anyone used a variant data type and array as one of the custom ... Lets say I had an htm page with 10 photo captions metatags, ...
      (microsoft.public.inetserver.indexserver)
    • RE: Array is creating a reference, not a copy
      ... Test app works EXACTLY as I want it, the only difference is that I am passing an array of Strings, and not CUSTOM. ... You were then working with an array containing a value type, whereas your customtype array contains reference types. ... in writing that it appears the code you supplied is not valid VB.NET code - my Visual Studio complain that CUSTOM is an unknown type. ...
      (microsoft.public.dotnet.framework)