مگه ممکنه؟ :blink:
حالا که ممکن شده ( احتمالا" من نمی دونم چه طوریه)
نگاه کن : http://www.4shared.com/file/16316695/c53a8067/pic.html
مگه ممکنه؟ :blink:
میتونم بگم این سندروم خیلی خیلی خاصی هست که ویبی شما گرفته!حالا که ممکن شده ( احتمالا" من نمی دونم چه طوریه)
نگاه کن : http://www.4shared.com/file/16316695/c53a8067/pic.html
چطوری دارکلورد جان؟بلا بلا! شیطونی می کنی؟
Private Sub Command1_click()
(Text3.Text = Val(Text1.Text) + Val(Text2.Text
End Sub
Private Sub Command2_click()
(Text3.Text = Val(Text1.Text) - Val(Text2.Text
End Sub
Private Sub Command3_click()
(Text3.Text = Val(Text1.Text) * Val(Text2.Text
End Sub
Private Sub Command4_click()
(Text3.Text = Val(Text1.Text) / Val(Text2.Text
End Sub