Click here to Skip to main content
16,019,764 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a Content Management System Project, where I have to change the theme for every new website.

The project is in VB.NET Windows Application.

So I wanted to know how can I apply new theme every time a new website comes.
Please help me.
Posted
v2

 
Share this answer
 
v3
Comments
Nagraj Lagali 7-Feb-13 23:34pm    
Thanks for your help. But I wanted solution in VB.NET Windows Application. I m creating a project on Content Management System where I want to apply different theme to different website. So, provide me solution in that direction.
Abhishek Pant 8-Feb-13 1:01am    
updated.
thanks Abhinav
Abhinav S 8-Feb-13 0:55am    
5. More links.
Nagraj Lagali 10-Feb-13 23:26pm    
I m creating Content Management System which in Windows Form Application which produces output in HTML. So, whenever a new website comes, windows form change the HTML theme dynamically. And the middle portion content will change according to the website(user will can change according to his needs). How to change the theme of html output dynamically ???
There are a couple of links that will help you get started.
One is for updating themes grammatically.
http://msdn.microsoft.com/en-us/library/0yy5hxdk%28v=vs.100%29.aspx[^]
http://msdn.microsoft.com/en-us/library/tx35bd89%28v=vs.100%29.aspx[^]

In addition, you can look at the following -
Themes and Skins in ASP.NET 2.0[^]
ASP.NET: Themes[^]
http://odetocode.com/articles/423.aspx[^]
 
Share this answer
 
Comments
Nagraj Lagali 7-Feb-13 23:33pm    
Thanks for your help.
But I wanted solution in VB.NET Windows Application.
I m creating a project on Content Management System where I want to apply different theme to different website.
So, provide me solution in that direction.
Abhinav S 8-Feb-13 0:55am    
Converting these solutions to VB.Net should not be too much of a problem.
Nagraj Lagali 8-Feb-13 23:29pm    
The problem is that, the project is in windows application(VB.NET) and final output is in .HTML. So, converting the theme into windows project and then converting back to html, it will be tedious work.
Can u suggest me to directly convert the theme in windows project.
Any other solution can u suggest me ???
Nagraj Lagali 9-Feb-13 1:16am    
I m creating Content Management System which in Windows Form Application which produces output in HTML.
So, whenever a new website comes, windows form change the HTML theme dynamically. And the middle portion content will change according to the website(user will can change according to his needs).
How to change the theme of html output dynamically ???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900