I have a winforms in which I want apply a Theme. Is it possible? If possible plea开发者_如何学Cse help me...how do I apply the theme?
From the msdn,
To create a page theme,
- In Solution Explorer, right-click the name of the Web site for which you want to create a page theme, and then click Add ASP.NET Folder.
- Click Theme. If the App_Themes folder does not already exist, Visual Web Developer creates it. Visual Web Developer then creates a new folder for the theme as a child folder of the App_Themes folder.
- Type a name for the new folder. The name of this folder is also the name of the page theme. For example, if you create a folder named \App_Themes\FirstTheme, the name of your theme is FirstTheme.
- Add files to your new folder for control skins, style sheets, and images that make up the theme.
A Quick Tour of Themes in ASP.NET 2.0
精彩评论