VB Project Source Code

Sunday 24 May 2015

Text Calculator tutorial VB.net

Text Calculator tutorial VB.net

Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
         TextBox3.Text = Information.VarType(TextBox1) + Information.VarType(TextBox2.Text)
        TextBox1.Text = "".......