When a VB form has a standard scrollbar on it, whenever that scrollbar needs to be redrawn the first thing it does is send a WM_CTLCOLORSCROLLBAR message to the parent form. If you subclass that form you can alter the colour used.