Hoping someone can help me out with a VB question.

I have a scroll bar that I need to have increase / decrease by half a percentage.

Min is 5
Max is 15
Start Display Value is 10

So far all I have been able to come up with is this, but it only increases / decreases the number by 1% instead of .5%.

Private Sub RateHScrollBar_ Scroll(sender As System.Object, e As System.Windows. Forms.ScrollEve ntArgs)...