Nov 15, 2011 #1 MICKI0220 IS-IT--Management Jul 20, 2004 337 US I have a form that has 8 tabbed pages to it. My user would like the tab to change color when it has the focus. Does anyone know how to do this? Thanks in advance for any help Micki
I have a form that has 8 tabbed pages to it. My user would like the tab to change color when it has the focus. Does anyone know how to do this? Thanks in advance for any help Micki
Nov 15, 2011 #2 MajP Technical User Aug 27, 2005 9,382 US Unless 2010 provides the ability to color a tab, there is no easy way. Here are three methods. http://www.4shared.com/document/9gUmtPZg/MajP_TabControlColor.htmlUsers native tab control very flexible. My favorite because I wrote it. Just drop the lables on the form and they are automatically positioned. http://www.4shared.com/document/0B-eBTXi/ColoredTabsDemo2000.htmlUses seperate pages and shapes. I think this is very tedious to work with http://www.4shared.com/document/pZawrcww/A2007TabsVer1.htmlThis uses API. Flexible, but may be hard for many users to understand code. Upvote 0 Downvote
Unless 2010 provides the ability to color a tab, there is no easy way. Here are three methods. http://www.4shared.com/document/9gUmtPZg/MajP_TabControlColor.htmlUsers native tab control very flexible. My favorite because I wrote it. Just drop the lables on the form and they are automatically positioned. http://www.4shared.com/document/0B-eBTXi/ColoredTabsDemo2000.htmlUses seperate pages and shapes. I think this is very tedious to work with http://www.4shared.com/document/pZawrcww/A2007TabsVer1.htmlThis uses API. Flexible, but may be hard for many users to understand code.
Nov 15, 2011 #3 TheAceMan1 Programmer Sep 23, 2003 11,174 US How are ya MICKI0220 . . . Have a look here [link datapigtechnologies.com/flashfiles/coloredtabs.html]Create the Illusion of Colored Tabs[/url] [blue]Your Thoughts? . . .[/blue] See Ya! . . . . . . Be sure to see faq219-2884 [blue]Worthy Reading![/blue] Also faq181-2886 [blue]Worthy Reading![/blue] Upvote 0 Downvote
How are ya MICKI0220 . . . Have a look here [link datapigtechnologies.com/flashfiles/coloredtabs.html]Create the Illusion of Colored Tabs[/url] [blue]Your Thoughts? . . .[/blue] See Ya! . . . . . . Be sure to see faq219-2884 [blue]Worthy Reading![/blue] Also faq181-2886 [blue]Worthy Reading![/blue]