A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[Release] Tip Calculator - VB

2.7k views · started by ksrocks333 ·
#1
[Release] Tip Calculator - VB
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
#2
Try to have the numbers rounded off to two decimal places. All in all good program.

~Fluxo
#3
fluxo wrote:
Try to have the numbers rounded off to two decimal places. All in all good program.

~Fluxo


I am working on that now, I hate that it does that as well. I plan to fix that and re-release. XD

Thanks for the input!
#4
Nice work.

I do see an improvement each time you release something.

Great work.
#5
Bman wrote:
Nice work.

I do see an improvement each time you release something.

Great work.


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.