How to change the color of a navigation bar ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shrehman
    New Member
    • Sep 2010
    • 6

    How to change the color of a navigation bar ?

    Does any body know how to change the color for navigation bar of a memo box?
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    As far as I know there is no inherent property exposed by Access that you can modify directly. The colours of the navigation bar will be set by Windows itself in line with the desktop colour scheme for the PC on which the application is running.

    It may be possible to modify them using Windows API calls, if you can find suitable code to wrap in VBA. The benefit is likely to be outweighed by the time and effort in terms of finding suitable API functions to get a handle to the window concerned then modify the navigation bar to a non-standard colour.

    -Stewart

    Comment

    Working...