Option Explicit

Dim b As Double
Dim opt As String
Private Sub Command1_Click()
Text1.Text = Text1.Text & 1
End Sub

Private Sub Command10_Click()
Text1.Text = Text1.Text & 0
End Sub

Private Sub Command11_Click()
Text1.Text = Text1.Text & "."
End Sub

Private Sub Command12_Click()
b = Val(Text1.Text)
If opt = "add" Then
Text1.Text = a + b
End If
If opt = "sub" Then
Text1.Text = a - b
End If
If opt = "mult" Then
Text1.Text = a * b
End If
End Sub

Private Sub Command13_Click()
Text1.Text = Text1.Text & "+"
opt = "add"
a = Val(Text1.Text
Text1.Text = Clear
End Sub
Private Sub Command14_Click()
Text1.Text = Text1.Text & "-"
opt = "sub"
a = Val(Text1.Text)
Text1.Text = Clear
End Sub

Private Sub Command15_Click()
Text1.Text = Text1.Text & "*"
opt = "mult"
a = Val(Text1.Text)
Text1.Text = Clear
End Sub

Private Sub Command16_Click()
If (Text1.Text Mod 2 = 0) Then
MsgBox (" Number is even:- " & " " & Text1.Text)
Else
MsgBox (" Number is odd:- " & " " & Text1.Text)
End If
End Sub

Private Sub Command17_Click()
Dim fact, i As Integer
fact = 1
For i = 1 To Text1.Text
fact = fact * i
Next
Text1.Text = ("Factorial number is:- " & " " & fact)
End Sub

Private Sub Command18_Click()
Dim s As Integer
For i = 2 To Text1.Text - 1
If (Text1.Text Mod 2 = 1) Then
s = 1
Else
s = 0
End If
Next
If (s = 1) Then
Text1.Text = ("number is prime:- " & " " & Text1.Text)
Else
Text1.Text = ("number is not prime:- " & " " & Text1.Text)
End If
End Sub
Private Sub Command19_Click()
Text1.Text = " "
End Sub
Private Sub Command2_Click()
Text1.Text = Text1.Text & 2
End Sub
Private Sub Command3_Click()
Text1.Text = Text1.Text & 3
End Sub
Private Sub Command4_Click()
Text1.Text = Text1.Text & 4
End Sub

Private Sub Command5_Click()
Text1.Text = Text1.Text & 5
End Sub
Private Sub Command6_Click()
Text1.Text = Text1.Text & 6
End Sub
Private Sub Command7_Click()
Text1.Text = Text1.Text & 7
End Sub
Private Sub Command8_Click()
Text1.Text = Text1.Text & 8
End Sub

Private Sub Command9_Click()
Text1.Text = Text1.Text & 9
End Sub

Search

Project Categories

Recent Posts

Mail Management System
Posted on 2019-07-18
Online food ordering system
Posted on 2019-07-18
Library Management System
Posted on 2019-07-17
Health center system project
Posted on 2019-07-17
Gym Management System
Posted on 2019-07-17
furniture management system
Posted on 2019-07-17
Electronic shop management system
Posted on 2019-07-17
Automobile Workshop Management
Posted on 2019-07-17
Online Visa Processing System
Posted on 2019-07-17
Inventory management System
Posted on 2019-07-17
petrol-management system
Posted on 2019-07-17
Cloths management system
Posted on 2019-07-17
Society Management system
Posted on 2019-07-17
Mall management system
Posted on 2019-07-17
school management system
Posted on 2019-07-17
Sales Order Processing System
Posted on 2019-07-17
Retail sales management
Posted on 2019-07-17
Raw Materials Management
Posted on 2019-07-17
railway reservation system
Posted on 2019-07-17
purchase and sales management system
Posted on 2019-07-17
Placement Management System
Posted on 2019-07-17
Pet Shop Management System
Posted on 2019-07-17
petrol pump management system
Posted on 2019-07-17
Patient Information System
Posted on 2019-07-17
news agency system
Posted on 2019-07-17
Cinema Booking System
Posted on 2019-07-17
Medical Store System
Posted on 2019-07-17
leave management System
Posted on 2019-07-17
Laboratory Information Management System
Posted on 2019-07-17
content management system
Posted on 2019-07-17
Inventory management System
Posted on 2019-07-17
Institute Management System
Posted on 2019-07-17
Hotel management System
Posted on 2019-07-17
Gym Management System
Posted on 2019-07-17
Garage Management System
Posted on 2019-07-17
Furniture shop management system
Posted on 2019-07-17
Fisheries management  System
Posted on 2019-07-17
Fertilizer scheduling system
Posted on 2019-07-17
online eye care system
Posted on 2019-07-17
Dental Clinic Management System
Posted on 2019-07-17
Cyber Café Management
Posted on 2019-07-17
Milk Billing System
Posted on 2019-07-17
Colddrink management system
Posted on 2019-07-17
Cable management System
Posted on 2019-07-17
Beauty parlor management system
Posted on 2019-07-17
Facebook Clone
Posted on 2019-05-28
Dance Class Management System
Posted on 2019-05-24
Library Management System
Posted on 2019-05-24
Cab Management System
Posted on 2019-05-23
Blood Bank Management system
Posted on 2019-05-23
Beauty Parlour Management System
Posted on 2019-05-23
vissa proccesing system
Posted on 2019-05-23
Toll Plazza
Posted on 2019-05-23
BILLING APPLICATION
Posted on 2019-05-23
FLORICULTURE MANAGEMENT SYSTEM
Posted on 2019-05-23
Car On Rent
Posted on 2019-05-23
E-commers Shop
Posted on 2019-05-23

Sign In