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