CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    Hooking My Scrollbar to a Scrollbar-less Listbox

    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?


  2. #2
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Re: Hooking My Scrollbar to a Scrollbar-less Listbox

    look at Chris Eastwood (the one and only)
    answer for similar question:
    http://codeguru.developer.com/bbs/wt...age=&view=&sb=


  3. #3
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    Re: Hooking My Scrollbar to a Scrollbar-less Listbox

    that's to remove a scroll bar...and he already gave me that. i want to hook a NEW one on, one i made.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured