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