Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'itprojec_abhi'@'localhost' (using password: YES) in /home1/itprojectsco/public_html/includes/database.php on line 13
Ready Project |BCA Project | MCA Project | BBA Project | MBA Project |INDIA'S BIGGEST COLLEGE PROJECT STORE
Option Explicit

Private Sub Command1_Click()
Dim n As String
n = Text1.Text
MsgBox ("voters name is:-" & UCase(n))
End Sub

Private Sub Command2_Click()
Dim age As String
age = Text2.Text
If IsNumeric(age) = True Then
If age > 18 Then
MsgBox ("voters age is:- " & age)
End If
Else
MsgBox ("you are entered string:- " & age)
End If
End Sub

Private Sub Command3_Click()
Dim ind, n As String
n = india
ind = Text3.Text
If ind = india Then
MsgBox ("Voters nationality is:- " & ind)
Else
MsgBox ("voters nationality is other country:-" & ind)
End If
End Sub

Private Sub Command4_Click()
Dim name, ind As String
Dim age As Integer
name = Text1.Text
age = Val(Text2.Text)
ind = Text3.Text
MsgBox ("Voters details is:-" & " " & name & " " & " " & age & " " & ind)
End Sub


Search

Project Categories


    Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home1/itprojectsco/public_html/includes/sidebar.php on line 30

    Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /home1/itprojectsco/public_html/includes/sidebar.php on line 32

Recent Posts


Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home1/itprojectsco/public_html/includes/widget.php on line 5

Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in /home1/itprojectsco/public_html/includes/widget.php on line 7

Sign In