Loan Calculator

I want to create a mortgage calculator using three groupboxes . The first groupBox will let the user input the loan amount. The second groupbox will hold three radio buttons for the rate/year. The third groupbox will hold a data grid to display the “Month”, “Payment”, “Interest”, “Principle”, “Mortgage Amount” (These are the columns that should be in the data grid). I will have a calculate button, reset button, and a exit button.

Not sure how to use the data grid. Data isn’t displaying at all so not sure if it’s my formula or I am missing something with the coding in the data grid.

Using Visual Studio 2008.

Leave a Reply

Your email address will not be published. Required fields are marked *