Conrad Systems Development

Conrad Systems Development


  Home

  B.O.$.$

  Client List

Access Information
  Resources
  Calendars
  Corruption
  App Close Button
  Macro Security
  Kick Them Off
  Database Splitting
  Combo Boxes
  Tab Colors
  Progress Bars
  Backgrounds
  Navigation
  Command Buttons
  References
  Demo Database
  Form Resize
  TreeView Control
  Switchboard FAQ
  Matching Games
  Top 10 Lists
  CSD Tools
  Technical Articles
  Document Tables
  Calculators
  Shift Key Bypass
  Epson Printer Info
  Newsgroup Help

  Contact Us


                                 Tab Control Colors 
                             

Here is some information on changing the color of tab controls on Access forms. Access "out of the box" does not support this function for tab control color manipulation. Here are a few options for you to try out:

1. See MVP Stephen Leban's for all things magical. Specifically:

  http://www.lebans.com/tabcolors.htm

2. Here is an alternative posted by MVP Arvin Meyer:

"You can use bitmaps to change the color. Even better, I use labels, which can have any color I want. I set a colored rectangle behind the tab control and set the Tab control to Transparent with NO buttons. I use "hover button" labels as in the example on my website":

  http://www.datastrat.com/Downl­oad/MouseMove.zip 

"You use the "buttons" to change pages which are indexed from 0 (zero), so the code looks like":

Sub lblHoverButton1_Click(Cancel As Integer)
     Me.Tab1 = 0
End Sub

Sub lblHoverButton2_Click(Cancel As Integer)
     Me.Tab1 = 1
End Sub

3. A visual walk-through can be found here:

http://www.datapigtechnologies.com/flashfiles/coloredtabs.html

4. Another guide to creating them here:

http://www.fontstuff.com/access/acctut12.htm

5. MVP Arvin Meyer wrote an article in the May 2004 issue of Access Advisor magazine on creating your own tab controls so that you have complete control over the look and feel:

  http://msaccessadvisor.com/doc/13961

(I believe you have to be a subscriber to see the article though.)

6. A sample download file demonstrating this technique can be found here:

http://tinyurl.com/dvh2c

 


Top Top

© Copyright 2005-2007 Conrad Systems Development - All Rights Reserved

This page was last updated on Thursday, September 13, 2007.

Site created with FrontPage