Hello,
I was wondering, how do you set the Icon for a custom control/component so that in the designer you won't get the gear Icon
Thanks
Printable View
Hello,
I was wondering, how do you set the Icon for a custom control/component so that in the designer you won't get the gear Icon
Thanks
You need to add an attribute.Quote:
Originally Posted by OctaneChicken
Here's an Extract from the Help Files.
Hope that Makes sense.Code:[ToolboxBitmap("c:\\stop.bmp")]
public class StopSignControl: System.Windows.Forms.UserControl
{
// Some code
}
Thank You much. Worked great!!! :bigyello: