|
-
Nov 2nd, 2005, 03:58 AM
#1
Thread Starter
New Member
Integrating stylesheet with vb.net
Hi
Can you tell me how to integrate stylesheet with vb.net? I have used a tab control and i want to set the backcolor/style of the tab header/button.
Thanks
-
Nov 2nd, 2005, 04:20 AM
#2
Re: Integrating stylesheet with vb.net
The TabControl is a WinForms component. You don't use stylesheets in WinForms apps. In fact, there is no in-built support for changing the colour, etc. of the tabs on a TabControl. It can be done but it takes some fancy footwork.
-
Nov 2nd, 2005, 09:30 AM
#3
Re: Integrating stylesheet with vb.net
You could store the information in an XML file, but the routines to set the colors, formatting, etc. will have to be done by you.
-
Nov 2nd, 2005, 09:31 AM
#4
Re: Integrating stylesheet with vb.net
This person has used the config file to store the information. You can go through this article for an idea of what you can do.
http://www.codeproject.com/cs/miscct...StyleSheet.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|