Posted by: warunaprabath | December 5, 2009

Friendship

Friendship is the cooperative and supportive relationship between two or more people. In this sense, the term connotes a relationship which involves mutual knowledge, esteem, affection, and respect along with a degree of rendering service to friends in times of need or crisis. Friends will welcome each other’s company and exhibit loyalty towards each other, often to the point of altruism. Their tastes will usually be similar and may converge, and they will share enjoyable activities. They will also engage in mutually helping behavior, such as the exchange of advice and the sharing of hardship. A friend is someone who may often demonstrate reciprocating and reflective behaviors. Yet for some, the practical execution of friendship is little more than the trust that someone will not harm them.

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

Older Posts »

Categories