i added a vscrollbar control and coded the following
VB Code:
  1. Private Sub vs1_Change()
  2. SaveSetting App.EXEName, "Options", "timeout", Val(txttimeout.Text)
  3. txttimeout.Text = vs1.Value
  4. End Sub

but when i click the up button ,the value reduces and when i click the down it increases.but i think it should be the other way around ??

why is that so?