Search results for query: *

  • Users: TheRookie
  • Content: Threads
  • Order by date
  1. T

    Create Validating Event Handler

    How do I create this for my input text boxes? Selecting the Class Name and Method Name is as far as I got. If the input is not valid, I must set the foreground color of the text box to red. Otherwise, I have to set the foreground color to black. Thanks,
  2. T

    Message Box

    Message Box - RESOLVED dHow do I add an exclamation point and "ok", to my message box through this code: MessageBox.Show("Invalid Input", ControlChars.NewLine. & ex.Message) Thanks,
  3. T

    btnCalculate Code. HELP!!!!!!!!!!!!!!!!!!!!!!!!!

    btnCalculate Code. HELP!!!!!!!!!!!!!!!!!!!!!!!!!RESOLVED I'm working on a project in class. I've done most everything else, but now i'm stuck on coding the btnCalculate_Click. I've got to now: a) Convert (Length) field value from text to double (numeric) b) Call a function I created named...
Back
Top