Basit bir hesap makinesi kOdları..

ReddeviL10

New member
Katılım
20 Eyl 2006
Mesajlar
1,048
Reaction score
0
Puanları
0
Kullanılması gereken elemanlar
4 adet commandbuton'u
2 adet textbox
1 adet label



Gereken Komutlar
Private Sub Command1_Click()
Label1 = Val(Text1) + Val(Text2)
End Sub

Private Sub Command2_Click()
Label1 = Val(Text1) - Val(Text2)

End Sub

Private Sub Command3_Click()
Label1 = Val(Text1) / Val(Text2)
End Sub

Private Sub Command4_Click()
Label1 = Val(Text1) * Val(Text2)
End Sub

Private Sub Command6_Click()
End
End Sub

Private Sub Command7_Click()
Text1 = ""
Text2 = ""
Label1 = ""
End Sub

Private Sub Form_Load()

End Sub
Kod işlemektedir..Uygulanmıştır.!:victory
 
teşekkür ettim işime yarıcakk....
 
Geri
Üst