Search results for query: *

  1. J

    So frustrated

    I have to say I am to the point of tears. I don't know why there are certain things in vb.net that I just can't pick up, yet the hard stuff I am picking up off the bat. I just had to get that off my chest
  2. J

    Form Load Events

    I am working with a 2 formed project and am trying to write a Form Load event procedure to reset the input values to blank for the name page and 0 for the scores. I have the following: Private Sub btnok_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnok.Click...
  3. J

    Need Mod Help

    This is my first time in working with VB.Net and I have hit a big snag to me at least! :) The assignment reads: "Write a program that will display the number of dollars and cents in two output TextBox controls based on user numeric input. For instance, if the user inputs 543, the...
Back
Top