How To Make A Loan Calculator In VB.NET

this tutorial is about making a loan calculator its just a simple one so you dont have to waste alot time to make it so lets get started

1.open your visual basic 2008/2010

2.make a new project and name it whatever you want

3.add 4 labels and change the text property of them as below

label1 - amount
label2 - interest rate
label3 - duration
label4 - monthly payment

4.now add 4 textboxes

5.set the labels and textboxes as given below