CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    3

    scroll bars on forms

    Is there an EASY way to put scroll bars on a form.

    I saw one explanation, but I failed rocket science so I couldn't follow it. Eventually I will absorb it, but I'd like to finish this project for my company's use before year 2001!


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: scroll bars on forms

    Hi

    There's a new link been added to the CodeGuru site (so new, the pages haven't
    been updated yet to reflect it).

    James Guo has written an ActiveX control that allows you to add scrollbars
    to forms/pictureboxes and handles all the scrolling.

    Download it from :

    http://www.nease.net/~vbheaven/myApp/EasyScroll.zip

    You will have to register the OCX once you've unzipped the file.

    eg.

    c:\windows\system\regsvr32 c:\unzipped\easyscroll\easyscroll.ocx

    (or similar)

    Regards

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb



  3. #3
    Guest

    Re: scroll bars on forms

    Check out www.vbaccelerator.com

    Great site, it has two things to look at, a control which does scroll bars, and a class. I took the class and used it, it works well! It uses the Windows API to create scrollbars.

    - Alex


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