Search results for query: *

  1. E

    Try/Catch block for negative values

    Thanks for clarifying that for me. I appreciate it. I redid that protion and I now receive an error message when a negative value it input, however once I hit ok on the message box, the value I entered is then being put into the label I have to display it. What I would like to happen is when...
  2. E

    Try/Catch block for negative values

    Hi all I'm new to VB.net, and need a little help writing a try/catch block. I'm trying to catch any negative number entered into a text field called txtAmount.Text. If the number entered is negative a meesage box shows indicating a positive number needs entered. Catch Err As Exception When...
Back
Top