Step 1: Remove style WS_VSCROLL from listbox Step 2: Create your own listbox object, derived from CListBox, and in the Create() function create your own CScrollBar object, whose width you can then set. Step 3: Hook up all the scroll messages.
Best wishes, Hans
[Hans Dietrich Software]