Results 1 to 3 of 3

Thread: [RESOLVED] Picture1.Top = -VScroll1.Value

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Resolved [RESOLVED] Picture1.Top = -VScroll1.Value

    im using this code to scroll my picture but i want scroll value something bigger then this

    Code:
    Private Sub VScroll1_Change()
    Picture1.Top = -VScroll1.Value
    End Sub
    this code scrolls picture very slowly, which is very time consuming and bad looking. pls help

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Picture1.Top = -VScroll1.Value

    Scrollbars.
    1. LargeChange property is how many steps to scroll when some clicks on the space between the thumb and the up/down arrows. Set this to a larger number
    2. SmallChange property is how many steps to scroll when up/down arrow clicked, usually best if left at one. But can be larger than one and if user wants to scoll just 1 value, they will have to use the thumb.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Picture1.Top = -VScroll1.Value

    thanks for nice explanation

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