User:Dee/Scrollbar backgrounds

From HashVB
< User:Dee
Revision as of 09:20, 8 August 2006 by Dee (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

VB6 has a small bug with the scrollbars where it handles a particular message incorrectly. This results in the background being white rather then mottled gray on Windows 2K and gradiated from white to gray on Windows XP.

The fixes normally involve subclassing the parent and handling the message yourself. There are plenty of examples of this available via a quick Google search