VB.NET Hesap Makınası Kodları

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

Hak

Kayıtlı Üye
Joined
Oct 21, 2015
Messages
930
Reaction score
14
Points
18
Age
34
Kod:

Dim a As Integer
Dim b As Integer
Private Sub Command1_Click()
Text1.Text = (a + b)
End Sub

Private Sub Command2_Click()
Text1.Text = (a - b)
End Sub

Private Sub Command3_Click()
Text1.Text = (a * b)
End Sub

Private Sub Command4_Click()
Text1.Text = (a / b)
End Sub

Private Sub Command5_Click()
End
End Sub

Private Sub Command6_Click()
a = InputBox("1. Sayıyı Gir")
b = InputBox("2. Sayıyı Gir")

End Sub

Private Sub Form_Load()
Command1.Caption = "Topla"
Command2.Caption = "Çıkar"...
Lütfen, veya içerikteki bağlantıyı görüntülemek için!

 
Back
Top Bottom
Reklam
Reklam