You are on page 1of 6

Opened the Microsoft Visual Basic 2010 Express

Click the New Project button on the Start page

Select the Windows Form Application, and rename the project and press OK

Add 2 Textbox to the form

Add 5 button to the form also

Rename the buttons accessible name and the design name according to its functions

Click on any button and it will bring you to this codes..

Code a private function and set the Byval number as a Double to every Private Sub And return the function to the operation of ther caculator

Code a messagebox statement to show the Private Function in a new window according to the operation of the Private Sub. And repeat for every Private sub

Click the debug button to run the program. And check for any errors.

If the debugging process was success, you may continue to build the program.

You might also like