How to change the Icon of a UserControl.
Normally, it appears in the ToolBar as something like a Purple color rounded flower.(Default)
How to change this.
I want to put a new Icon for that.!
Is it possible.
need help!
Windows Forms General
How to change the Icon of a UserControl.
Normally, it appears in the ToolBar as something like a Purple color rounded flower.(Default)
How to change this.
I want to put a new Icon for that.!
Is it possible.
need help!
Here is what I did:
[System.Drawing.ToolboxBitmap(typeof(UserControl1))]
The icon did not automatically update in my toolbox after I did all that. So, I continued with this...
I'm not saying or recommending that the last portion above is the way to do it... but that's how I did it to get it to work.
but here the problem is....
when close and open the solution those icons are miss out. It shows the default Icons again.
Is there a way to show it permanently...
need help!