Results 1 to 6 of 6

Thread: TypeConverters, UITypeEditor (Full Code Posted) Please someone help!!!

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    Red face TypeConverters, UITypeEditor (Full Code Posted) Please someone help!!!

    Okay. I have an ASP.NET Server Control called ImageList. It provides javascript cached images to controls I am develpoing basicly just like the System.Windows.Forms.ImageList.

    Does any one know what the TypeConverter for the int Image attib for a control using this would look like? I mean I want the same support as MS's Image in the property grid....

    I got the concept covered because I examined System.Windows.Forms.ImageIndexConverter which inherits from Int32Converter and I have made TypeConverters before but should the SupportedValuesCollection be a collection of Bittmaps?

    Secondly this thing has no UI so does anyone know how I can get it off why WebForm page and into the ComponetTray? Like MS's ImageList..... and where it should be to keep the layout of a page intact at design time.
    Last edited by Magiaus; Feb 19th, 2004 at 01:55 AM.
    Magiaus

    If I helped give me some points.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width