GAD MicroProject Report (19,30,31) SYCM-1-2
GAD MicroProject Report (19,30,31) SYCM-1-2
GAD MicroProject Report (19,30,31) SYCM-1-2
Micro project
On
Guided By
Mrs. S. Kadam
Sinhgad Institutes
PUNE - 411041
Annexure - I
Micro-Project Proposal
Name of
Sr. Planned Planned
Details of Activity responsible
No. Start Date Finish Date
Team members
Identify the requirements of the
1 19/04/2021 27/04/2021 Shashank Rai
project.
2 30 Shashank Rai
3 31 Prerna Sherkhane
Annexure - II
Micro-Project Report
1.0 Rationale:
GUI applications are very popular and important, especially for normal users,
interaction to computer becomes very easy with the help of Graphics.
A small electronic machine used for calculating figures Called CALCULATOR, in this
project we have tried to develop an CALCULATOR , which will help us to calculate
big numbers just on the tips of the fingers .
In this application one perform the calculations of the big figures .
FIG:4.1
FIG:4.2
FIG:4.3
FIG:4.4
If index = 11 Then
Beep()
Exit Sub
Else
lblDisplay.Text = ""
opFlag = False
End If
End If
eqFlag = False
lblDisplay.Text = ""
End If
funcFlag = False
lblDisplay.Text = ""
End If
inputLength = Len(lblDisplay.Text)
If index = 11 Then
Else
lblDisplay.Text = "0"
End If
Exit Sub
End If
If index = 10 Then
charLimit = 18
Else
charLimit = 17
End If
End If
Exit Sub
End If
Exit Sub
If index = 0 Then
Exit Sub
Else
lblDisplay.Text = index
End If
Else
End If
Else
End If
End Sub
lastOp = index
Exit Sub
Else
opFlag = True
activeOp = lastOp
lastOp = index
firstTerm = CDbl(lblDisplay.Text)
startFlag = True
Else
secondTerm = CDbl(lblDisplay.Text)
Case 1
firstTerm += secondTerm
Case 2
firstTerm -= secondTerm
Case 3
firstTerm *= secondTerm
Case 4
firstTerm /= secondTerm
End Select
lblDisplay.Text = firstTerm
End If
End If
End Sub
Case 1
lblDisplay.Text = -CDbl(lblDisplay.Text)
funcFlag = True
Case 2
lblDisplay.Text = Math.Sqrt(CDbl(lblDisplay.Text))
funcFlag = True
Case 3
lblDisplay.Text = 1 / CDbl(lblDisplay.Text)
funcFlag = True
Case 4
percentage = CDbl(lblDisplay.Text)
funcFlag = True
End Select
End Sub
Exit Sub
Else
activeOp = lastOp
secondTerm = CDbl(lblDisplay.Text)
Case 1
Case 2
Case 3
Case 4
End Select
clearAll()
lblDisplay.Text = result
eqFlag = True
End If
End Sub
inputLength = 0
charLimit = 16
opFlag = False
firstTerm = 0
secondTerm = 0
activeOp = 0
lastOp = 0
startFlag = False
lblDisplay.Text = "0"
lblSuperScript.Text = ""
End Sub
cmdMemMinus.Click
Case 0 To 11
numClick(sender.TabIndex)
Case 12 To 15
opClick(sender.TabIndex - 11)
Case 16 To 19
funcClick(sender.TabIndex - 15)
Case 20
evaluate()
Case 21
clearAll()
Case 22
lblDisplay.Text = "0"
Case 23
memory = CDbl(lblDisplay.Text)
lblMemStatus.Visible = True
Else
lblMemStatus.Visible = False
End If
Case 24
memory = 0
lblMemStatus.Visible = False
Case 25
lblDisplay.Text = memory
Case 26
If memory = 0 Then
lblMemStatus.Visible = False
Else
lblMemStatus.Visible = True
End If
Case 27
If memory = 0 Then
lblMemStatus.Visible = False
Else
lblMemStatus.Visible = True
End If
End Select
End Sub
11.0 Conclusion:
We learn to create VB.Net Database application of a product store, also we learnt to
make application to use databases for storing user data.