Custom widget modification icon

Source: Internet
Author: User

Namespace System. Windows. Forms. Controls
{
[ToolboxBitmap (typeof (LoginBox), "Resources.LoginBox.bmp")]
Public class LoginBox: UserControl
{
}
}

You can find ToolboxBitmap on the Internet. Here I just want to emphasize some of my problems.

1. Why is the icon or gear used to generate a solution?

There is no way to do this. The experiment will not change. After the generated dll is dragged into the toolbox, the icon will change.

2. After the namespace is modified, the icon is not displayed.

I am very proud of this. Later I found that the namespace of the embedded resource file is different from the namespace you changed, so it cannot be referenced.

The specific solution is to right-click the project and convert the default namespace into the one you want to use.

Some other common problems are solved on the Internet. These two problems have fewer answers on the Internet.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.