Source Code - VB
Source Code - VB
Source Code - VB
End Sub
Password Programs:-
Source Code : Output :
Else
End If
End Sub
Joining Two String (Concatenation) :-
Source Code : Output :
End Sub
Multiplication of Number :-
Source Code : Output :
TextBox3.Text = Val(TextBox1.Text) *
Val(TextBox2.Text)
End Sub
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
End Sub
Checking Leap Year :-
TextBox4.Text = Val(TextBox1.Text) +
Val(TextBox2.Text) + Val(TextBox3.Text)
TextBox5.Text = Val(TextBox1.Text) +
Val(TextBox2.Text) + Val(TextBox3.Text) / 3
End Sub
Unload Me
End Sub
Copy Text from one Text Box to Another Text Box :-
TextBox2.Text = TextBox1.Text
End Sub
TextBox1.Text = ""
TextBox2.Text = ""
End Sub
Unload Me
End Sub