I am working with ASP.net and C# . Now, I have developed a web application. I want to change the current theme to windows classic theme in Window7(IE8) because my design is disordered when other theme used. Could I change theme at run time? Could I do this OnPreInit() Event. Please help me .
With regards,
You should fix your CSS rather than change the entire windows theme to make it work…
Plus you cant launch a Process on the client from an ASP.Net, never the less here is the answer for non-web applications:
Ref: http://davidrobertmattson.com/wordpress/?p=48