> So, there's totally no way of accessing the scrollbars, and therefore no way
> to perform any custom-drawing on them?
> How are XP styles handled, giving those scrollbars a whole different look
> than the standard, then?
It is handled by (I think) the WM_NCPAINT code for the listbox window that
goes with the combo box.
Serge Baltic - 28 Feb 2005 11:20 GMT
>> So, there's totally no way of accessing the scrollbars, and therefore
>> no way to perform any custom-drawing on them?
There is. Catch combobox's WM_NCPAINT and play with it as you wish.
>> How are XP styles handled, giving those scrollbars a whole different
>> look than the standard, then?
JW> It is handled by (I think) the WM_NCPAINT code for the listbox
JW> window that goes with the combo box.
Rather by DefWindowProc, I think.

Signature
Serge