Posted by: warunaprabath | October 14, 2009

My photo

DSC04525 copy

Posted by: warunaprabath | August 31, 2009

How to create normal calculator

waruna


This Visual Basic Code

Private Sub Command1_Click ()
Dim x As Double
Dim y As Double
Dim z As Double
x = Val(Text1.Text)
y = Val(Text2.Text)
z = x + y
Text3.Text = Val(z)
End Sub
Private Sub Command2_Click ()
Text1.Text = “”
Text2.Text = “”
Text3.Text = “”
End Sub
Private Sub Command3_Click ()
Dim x As Double
Dim y As Double
Dim z As Double
x = Val(Text1.Text)
y = Val(Text2.Text)
z = x – y
Text3.Text = Val(z)
End Sub
Private Sub Command4_Click ()
Dim x As Double
Dim y As Double
Dim z As Double
x = Val(Text1.Text)
y = Val(Text2.Text)
z = x / y
Text3.Text = Val(z)
End Sub
Private Sub Command5_Click ()
Dim x As Double
Dim y As Double
Dim z As Double
x = Val(Text1.Text)
y = Val(Text2.Text)
z = x * y
Text3.Text = Val(z)
End Sub
Private Sub Command6_Click ()
End
End Sub
Posted by: warunaprabath | August 4, 2009

POL ATHTHa

Pol aththa

Posted by: warunaprabath | August 4, 2009

DSC04344 copy

Posted by: warunaprabath | August 4, 2009

DSC04346 copy

Posted by: warunaprabath | August 4, 2009

Mada

Posted by: warunaprabath | August 4, 2009

Photo5

MADA

Posted by: warunaprabath | August 4, 2009

Photo3

Goyam kola

Posted by: warunaprabath | August 4, 2009

Welyaya

DSC04373 02

Posted by: warunaprabath | August 4, 2009

My New Photo

My New Photo

Older Posts »

Categories