Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how can i add css styles to my buttons and everything with using stylesheets is it possible if it is how can i do it

Thank You
Posted
Comments
Astro Abhi 20-Jun-13 9:29am    
i am developing a web browser

1 solution

It is possible to style an ASP.NET Web application (written in C# or VB.NET doesn't make any difference)

Example: http://codemyne.net/articles/how-to-use-a-stylesheet-in-aspdotnet.aspx?visitid=27&type=2[^]

It is NOT possible to style a Winforms application using style sheet, but you can try to search for components that can "skin" the form:

http://www.codeproject.com/search.aspx?q=skin+windows+form&x=0&y=0&sbo=kw[^]

A WPF application can be customized with styles if that's what you need

WPF: Customize your Application with Styles and Control Templates (Part 1 of 2)[^]http://www.codeproject.com/Articles/84630/WPF-Customize-your-Application-with-Styles-and-Con[^]

It all depends on what type of application you're developing - you didn't mention...
 
Share this answer
 
v3

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