How to change scrollbar color

  • Thread starter Thread starter Michael San Filippo
  • Start date Start date
Michael said:
How do you change scrollbar colors?


Control Panel - Display Properties - Appearances tab.

But, if you were thinking of doing this for just your Access
program or only one form, this is a Windows wide setting
that you should not mess around with in any one program.

With that said, Stephen Lebans has some advanced reoutines
that can do some amazing things, so hunt around at
www.lebans.com and see if there's anything that does what
you want.
 
I was kinda thinking for just my app - not all of access

kinda like

me.scrollbars.color=blue - or somethign like that - any code that does that
on open of a form?
 
Michael said:
I was kinda thinking for just my app - not all of access

kinda like

me.scrollbars.color=blue - or somethign like that - any code that does that
on open of a form?


There is no way using Access features, it would be a
violation of the Windows GUI Standard.

Like I said before, hunt around at Stephen's site.
--
Marsh
MVP [MS Access]



 
You would have to subclass the Form. With A2K or higher this would
require an external subclassing DLL. IT's a lot of complex coding for a
non standard UI.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


Michael San Filippo said:
I was kinda thinking for just my app - not all of access

kinda like

me.scrollbars.color=blue - or somethign like that - any code that does that
on open of a form?
 
Back
Top