If I run the line of code “VScrollBar1.Value = VScrollBar1.Value – 1” I expect and want the Sub
to run but it does not whyCode:Private Sub VScrollBar1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles VScrollBar1.ValueChanged![]()
![]()
![]()




Reply With Quote