I made this tip calculator using VB. I have made it using C++ but I want to start learning VB.
It calculates the tip on a bill, also added a section for splitting a bill with more than one person. then calculates how much each person should pay to complete the whole bill.
Pretty self explanatory, 2 tabs, one is main program, other is About the program.
This is my first VB program.
Eternal helped with the GUI. I had it looking pretty boring. He made it purty.
Give me some feedback! But keep in mind this is my first program made with VB.
Download: Tip Calculator.zip
Results 1 to 5 of 5
Thread: [Release] Tip Calculator - VB
- 25 Apr. 2010 03:32pm #1
[Release] Tip Calculator - VB
LG's Dyke. Enough. Said.
- 25 Apr. 2010 05:25pm #2
Try to have the numbers rounded off to two decimal places. All in all good program.
~Fluxo
- 25 Apr. 2010 05:27pm #3
- 25 Apr. 2010 05:41pm #4
Nice work.
I do see an improvement each time you release something.
Great work.Shh, I'm watching My little pony.
- 25 Apr. 2010 05:44pm #5
Thanks Bman, oh and fluxo, just fixed the decimals.
Had to use the Math.Round function, and change it to 2 decimals. Only problem now is the if it's like 4.40$ it shows as 4.4$
I would think changing the decimals to 2 would fix that, but apparently not, I wont re-release until i can get it to display the not so needed but would look better 0.LG's Dyke. Enough. Said.