Results 1 to 3 of 3

Thread: [RESOLVED] [2008] HScroll Bar problem

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Resolved [RESOLVED] [2008] HScroll Bar problem

    If I have the following code:

    HTML Code:
    Private Sub hsb_Scroll(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ScrollEventArgs) Handles hsb.Scroll
    
            lblhsbValue.Text = hsb.Value
    
    End Sub
    and the properties are set to the default (Min is 0, max is 100, value is 0, Minjump is 1, maxjump is 10, etc etc), why is it that the label only shows the scroll bar's value to be 91 when the scroll bar is all the way to the right? Even if I click the > arrow button on the scroll bar, it stays at 91 as if 91 is it's max. Is there any reason for this, or a way to fix it?
    Last edited by Slyke; Nov 30th, 2008 at 06:04 AM.

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