Click to See Complete Forum and Search --> : Hooking My Scrollbar to a Scrollbar-less Listbox


Atlantisoft
February 26th, 2000, 08:33 PM
I know there's a way to do this, but I can't find the code for it. Does anyone know where I can find the Subclassing code to hook my scrollbar to a listbox, on which I have removed it's scroll bar so that I may use my own. My scrollbar has a variable for percent, if that is needed. I want it to be able to have the user scroll my scrollbar and the listbox scrolls down. Any suggestions?

Sigal Laniado
February 27th, 2000, 12:59 AM
look at Chris Eastwood (the one and only)
answer for similar question:
http://codeguru.developer.com/bbs/wt/showpost.pl?Board=vb&Number=12654&page=&view=&sb=

Atlantisoft
February 27th, 2000, 01:44 PM
that's to remove a scroll bar...and he already gave me that. i want to hook a NEW one on, one i made.