I've got a VScrollBar on a user control, how would I stop VB from changing the background colour of it to white?

I achieved it on a form by stopping the WM_CTLCOLORSCROLLBAR from being sent to the form, but when I subclass the usercontrol nothing happens.

Cheers for any help, adehh!