Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / C#

C# Windows Aero Style Wizard Control

Rate me:
Please Sign up or sign in to vote.
4.42/5 (11 votes)
14 Jun 2010GPL34 min read 79.1K   4.8K   42  
I have been a fan of the Windows Aero styled windows since Aero was first introduced in Windows Vista. However, there is little to no Aero inclusion in the .NET Framework, so I set out to create my own Windows Aero themed form.
<Modules>
  <Module PersistentId="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" ModuleId="System.Windows.Forms" />
  <Module PersistentId="046CC845-94DF-49FA-8112-5488B84C5354" ModuleId="WindowsAeroWizardControl" />
</Modules>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)



Comments and Discussions