C # GUI beautify the skin change

Source: Internet
Author: User

During this time I am modifying the interface of a project, but I am not satisfied with the Toolbox of C #, I find a way to beautify it, and find a

With third-party plugins: IrisSkin2

is a DLL, this evening overtime test a bit, very simple, detailed steps are as follows

1. Design the interface----Open the toolbox---Right-click to add a tab----Right-click on the New tab face to select

2. Select the Toolbox item------Browse------IrisSkin2.dll----Toolbox will appear

3. Pull in the MainForm interface this control will appear under the project


4. The file with the suffix. SSK downloaded with the download IrisSkin2 is included in the project Bin-debug.


5. In the MainForm Load event, only one line of code is added skinengine1.skinfile = Application.startuppath + @ "\DIAMONDGREEN.SSK";

The operation is OK.

I have a few pictures of my experiment to compare with you can look at the effect:

Original: DiamondBlue: diamondgreen:

Note: The disadvantage is that the runtime obviously feels that the control will be replaced with all the controls in the toolbox, and the launcher slows down.

Note: I used the combination of vs2013.

C # GUI beautify the skin change

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.