Search results for query: *

  1. T

    odd problem with Numericupdown / Textbox

    [resolved] The solution was simple enough ... my problem has been resolved. show = val(POINTSINT.Text)
  2. T

    odd problem with Numericupdown / Textbox

    So i can change the Textbox property (that it takes strings) to a integer or short ?.. hmm i did not know that... that could possibly solve my problem.. ill test and get back with the results
  3. T

    odd problem with Numericupdown / Textbox

    POINTSINT is a textbox so i cannot use the value there... Well from the start i already added atleast 0 to my textbox.. this shows from the fact that the other numericupdown works on it.. Just not the new one im adding... wich i find kinda odd..
  4. T

    odd problem with Numericupdown / Textbox

    Im creating this program and ive run into a very odd error... Consider this... this is what i got on my program 2 x NumericUpdown 1 x Textbox this is the code for numericupdown1 Private Sub NUHCK_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
Back
Top