Guest User

Untitled

a guest
Apr 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Private Sub HScrollBar4_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles HScrollBar4.ValueChanged
  2. Dim a As Double = 0
  3. a = HScrollBar4.Value * 0.01
  4. wdt.Text = 0.05 + a
  5. Console.WriteLine(Val(wdt.Text))
  6. End Sub
Add Comment
Please, Sign In to add comment