Search results for query: *

  1. J

    wage calculator HELP

    Thankyou all, this is basically what i want to achive by the end of this, any help would be greatly appreciated. I realise that if i knew what i was doing i could complete this in ten mins, but i dont. So im struggling big time. HELP PLEASE. OK sorry here we go, i want the system to: Have a...
  2. J

    wage calculator HELP

    Please heeeeeeeelp, im desperate I need to get a password on my system asap so that it is secure. Thanks
  3. J

    wage calculator HELP

    Public Function CheckPassword(ByVal Password as String)If Password = "trebor" ThenReturn True ElseReturn False End If End Function i understand that this would be a good piece of code to use to implement a password on my system. I dont get what i'd replace the "true" and "false" with. I want...
  4. J

    wage calculator HELP

    Thanks very much, this looks very good, now all ive got to do is add a password to the system. I understand that i could simply ask for the password in the beginning, Then, check to see if the entered word equals the defined password, "trebor". If it does, allow the program to continue...
  5. J

    wage calculator HELP

    nah im not bothered about keeping the records or storing them, i just want to make a simple calculator, and im sure that i want to use VB.NET to do it. Apparently i should use an IF statement for the 3 tpes of worker, but im struggling to do this. Im simply wanna click the type of worker from...
  6. J

    wage calculator HELP

    Hi there im very new to VB.net. However ive bee told its the best place for me to start if i want to program a small application for use with my family business. Basically i want to be able to enter the type of employee. Either (Manager, Help Desk or sales) and the system to output the amount i...
Back
Top