|
-
Apr 6th, 2003, 11:24 PM
#1
Thread Starter
Junior Member
NumericUpDown
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
Last edited by Newer_Newbie; Apr 6th, 2003 at 11:59 PM.
All Help Very Much Appreciated 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|