VB Project Source Code

Showing posts with label Text Calculator tutorial VB.net. Show all posts
Showing posts with label Text Calculator tutorial VB.net. Show all posts

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 = "".......