C# Exercises

Home AgriMetSoft About Contact

C# Skins | Dark and Light Themes in WinForms

	    
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Skins_Dark_Light_Theme
{
  public partial class Form1 : Form
  {
    public Form1()
    {
      InitializeComponent();
      Sunisoft.IrisSkin.SkinEngine skin = new Sunisoft.IrisSkin.SkinEngine();
      skin.SkinAllForm = true;
     // var path = "..\\..\\s\\a (1).ssk";
      skin.SkinFile = Environment.CurrentDirectory + @"\s\a (53).ssk";
    }
  }
}

		
	 


Download the project of Visual Studio 2013 in DropBox Download


Nice Form with Skins Dark and Light Themes in WinForms | Sunisoft IrisSkin


List of Exercises