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

    ok let me see if i have this Ok. I understand to use mod 100 to get the cents......this would be very easy if there was a given amount (LOL) and it was always the same (LOLOLOL)! So let me try this: (we will say it's a txtbox that the answer is going in and the input numbers are...
  4. J

    Need Mod Help

    To levyuk You are exactly right and I spent 3 hours last night reading and rereading that section of the Chapter trying to understand! I stated this is my first time with VB.net and why do you think I posted here? I'm asking for HELP! Nowhere in my original post did I say "Can someone give...
  5. J

    Need Mod Help

    I don't want ANSWERS! Look, maybe I am being misunderstood here......I don't want a free handme out code! I want to understand how to do this! I have read and re-read the section in the chapter referring to this and it talks about A=2/3/4 mod 2 so on and so on but I don't understand what the...
  6. 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