Does any body know how to change the color for navigation bar of a memo box?
How to change the color of a navigation bar ?
Collapse
X
-
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