1. Download the complete installation package from its official website and install it locally.
Http://irisskin.software.informer.com/download/
2, vs2010 with irisskin4.dll, This dll: http://good.gd/1993301.htm
Irisskin2.dll (. net2.0 environment)
Tutorial: http://hi.baidu.com/tr0j4n/blog/item/62186d613feed2d68db10d1e.html
Download irisskin2.dll:
Http://dynamic.xlpan.com/preview/224192015/file/bf1fcb74-780f-4e43-9efe-faaabf8474c1
Http://www.fileupyours.com/view/325640/IrisSkin2.zip
The skin style file corresponding to irisskin2:
Http://dynamic.xlpan.com/preview/224192015/file/936a146c-f048-4548-b536-6235d5279bef
Http://www.fileupyours.com/view/325640/SKINS.zip
3. Use the DLL of step 2 to overwrite the DLL with the same name in the bin directory of step 1's installation directory.
4. If you want to use this DLL in all vs2010 Projects
Left-side toolkit --> All Windows Forms --> right-click --> select items -->. NET Framework components --> browse --> position of irisskin4.dll in step 1
The Toolbox contains the skinengine control. Drag it to a winform and set the skinfile attribute value of skineengine1,
(For example, E: \ Program Files \ sunisoft \ irisskin \ skins \ carlmness \ calmness. SSK)
Run, you will see the effect is very dazzling
5. If you want to use this DLL in a project
Reference this DLL in the project
ThenCodeYes
// Load the skin sunisoft. irisskin. skinengine Skin = new sunisoft. irisskin. skinengine (); skin. skinfile = application. startuppath. replace (@ "\ bin \ debug", "") + @ "\ skins \ steelblue. SSK "; // skin. skinfile = system. environment. currentdirectory + "\ skins \" + "emerald. SSK "; skin. active = true;
Running effect:
References:
C # cracking and use of winform skin controls
Http://hi.baidu.com/lost2happy/blog/item/3101b27e50760f1f29388a2e.html
[Winform] Support vs2010 skin control irisskin4 cracked version and sample source code (with skin package, a total of 73 skin) http://dotnet.5d6d.com/thread-435-1-1.html