nyabuto

Vb.Net Calculator Ver. 1.0

Hello, this source code demonstrates how to create a basic calculator using Visual Basic.Net This Calculator application can perform two tasks i.e Addition and Subtraction of whole numbers. Global Variables Dim operater_on As Boolean = False Dim operater As String = "" Dim val1, val2 As Double Form Load Event Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load AddHandler