WinXP theming in your Winforms apps

I’m about to embark an adventure called Developing a .NET Windows Forms application with a collegue of mine. Untill now, I only embarked web applications, so this is a new one.

My collegue included a class he found on CodeProject, to handle WinXP theme support very easily. With every form load, you just add the following code and it supports WinXP themes. When activated ofcourse, which I never do! But the support in our application is nice nevertheless.

You can find the class here.

private void MainForm_Load(object sender, System.EventArgs e) {     WinXpStyle.FormLoad(sender, e, this); }

Now playing: Jessica SimpsonSweetest Skin