Results 1 to 3 of 3

Thread: How to add scrollbar on a form?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3

    Unhappy

    Hello!

    I have run the scrollable form program. This can give me many idea. However, All element in form are Control. Now, my problem is I want to scroll the form, but not control in the form, only some Line or Point on the form. They are not control. How to Scroll them on the Form?

    Thank you!

    KLTsang

  2. #2
    Lively Member
    Join Date
    Jun 2000
    Location
    Belgium
    Posts
    77
    Where are your lines and points, in the form, or in a picture box in the form.
    If it are in the form, there are no solution. You lmuste re-draw your lines and points
    If it are in a picture box. You can move this control all around the form by changing the Left and Right properties. (maybe must you re-draw also the picture box)

    KWell

  3. #3
    Guest
    You can use this code to move it. Make sure that you set the ScrollBar's value to a reasonable amount.

    Code:
    Picture1.Left = HScroll1.Value

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