ToolboxBitMap Attribute

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    #1

    ToolboxBitMap Attribute

    I've created a component in VS.NET 2003 and I'm having a hard time getting my
    bitmap to show up in the Designer Toolbox in Visual Studio. I have designed
    an .ico file and have included the attribute as shown:

    <ToolboxBitmap( GetType(SmoothP rogressBar2), "SmoothProgress Bar2.ico"), _
    DefaultProperty ("Value")_
    Public Class SmoothProgressB ar2
    ....
    End Class

    All that keep showing up is the default "gear" icon.

    John
Working...