Results 1 to 13 of 13

Thread: NumericUpDown

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2002
    Location
    in a little closet
    Posts
    30

    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
  •  



Click Here to Expand Forum to Full Width