Difference between revisions of "User:Dee/Scrollbar backgrounds"

From HashVB
Jump to: navigation, search
 
m (Typo)
 
Line 1: Line 1:
 
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.
 
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 availabel via a [http://www.google.com/search?hl=en&q=vb+scrollbar+background quick Google search]
+
The fixes normally involve subclassing the parent and handling the message yourself. There are plenty of examples of this available via a [http://www.google.com/search?hl=en&q=vb+scrollbar+background quick Google search]

Latest revision as of 09:20, 8 August 2006

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