|
-
Aug 19th, 2008, 06:21 AM
#1
Thread Starter
Lively Member
how Can I Change the tab Color in Tab Control
I Use this code to create atps in TabControl
Code:
For r = 0 To 10
TabControl1.TabPages.Add(r , "New Tab")
Next r
how Can I Change the tab Color in Tab Control
-
Aug 19th, 2008, 06:31 AM
#2
Re: how Can I Change the tab Color in Tab Control
It's not straight-forward. There's no property for that. You need to owner-draw the TabControl.
http://www.vb-helper.com/howto_net_ownerdraw_tab.html
-
Aug 19th, 2008, 06:52 AM
#3
Thread Starter
Lively Member
Re: how Can I Change the tab Color in Tab Control
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
|