whats with this damn thing. if i have numbers from 0 to 100 as grades how do i set it??
Private Sub numUpDown_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles numUpDown.ValueChanged
End Sub
lets say i wanted a textbox to print out the results of the numericUpDown * something = something
val(texbox.text) = something
?
is that right?
**one more thing whats with the print function damnit?
vb had the picbox.print function and this vb.net crap is all crap :(
