Visual Basic Help! - HELP! please

wow this is really helping . The more i learn the more fun the project is becoming. I will show u my final program although it looks very nasty ! :D
 
noob said:
What Shadez said and to total the scores something like: -

txtTotal.Text = cint(Text2.text) + cint(Text3.text)

etc, etc.

but be warned if you type a non numeric character into text2 or 3 in this example you will give a error. You need to make sure that only numbers can be entered into the textboxes.
 
Fa1nT said:
wow this is really helping . The more i learn the more fun the project is becoming. I will show u my final program although it looks very nasty ! :D

Sounds good mate. If you want any help tomorrow I can. I don't have VB 6 at home but I have it in work.
 
Last edited:
Shadez said:
but be warned if you type a non numeric character into text2 or 3 in this example you will get a error.

Yeah he needs to error check. He can leave coding the validation until the end. Not something I would do but it's only a small program.
 
I wont be around much tomorrow im down in the lab working on the firmware for a Down Hole Tool Controler (its some intresting work im doing these days) but ill help when i can.
 
noob said:
Sounds interesting. :eek: That in C / ASM or ?

its C, hadnt done any c untill i started work where i am now but so far ive worked on 3 projects using it.

If you ever go on a tour bus or get a ticket with a 2D barcode validated you might be using some hardware ive worked on :D
 
Shadez said:
its C, hadnt done any c untill i started work where i am now but so far ive worked on 3 projects using it.

I love C none of this OOP rubbish. :p I've been regulated to doing ASP.NET I quite like it but I hate designing user interfaces it takes so much time. :(
 
Fa1nT said:
wow this is really helping . The more i learn the more fun the project is becoming. I will show u my final program although it looks very nasty ! :D

how have you been getting on?
 
don't want to sound rude or anything but why are you guys helping him :confused: your all basically drip feeding him everything and giving him the solution on a plate.

let him have a go then come back here when he gets stuck with the coding and we can debug and he can go away and continue.
 
Back
Top Bottom