Results 1 to 2 of 2

Thread: MCLScrollbars - replacement for VB scrollbar control

  1. #1
    Frenzied Member
    Join Date
    Jul 02
    Location
    Dublin, Ireland
    Posts
    1,808

    MCLScrollbars - replacement for VB scrollbar control

    Replacement for the VB VScroll and HScroll controls that:
    (a) Doesn't get the nasty flashing effect
    (b) Allows a Max value as a long, not an integer

    (Note: This uses subclassing - :. if you press END in your VB environment it will crash)
    Last edited by Merrion; Nov 16th, 2009 at 11:28 AM. Reason: Removed old code

  2. #2
    New Member
    Join Date
    Jun 11
    Posts
    3

    Re: MCLScrollbars - replacement for VB scrollbar control

    Quote Originally Posted by Merrion View Post
    Replacement for the VB VScroll and HScroll controls that:
    (a) Doesn't get the nasty flashing effect
    (b) Allows a Max value as a long, not an integer

    (Note: This uses subclassing - :. if you press END in your VB environment it will crash)
    Is there code around still for this scrollbar replacement??

Posting Permissions

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