Visual Basic 2010 Express - Hesap Makinesi Yapımı




-HESAP MAKİNESİ KODLARI

+ KODU
TextBox3.Text = Val(TextBox1.Text) + Val(TextBox2.Text)

- KODU
TextBox3.Text = Val(TextBox1.Text) - Val(TextBox2.Text)

* KODU
TextBox3.Text = Val(TextBox1.Text) * Val(TextBox2.Text)
*************
*************
/ KODU
TextBox3.Text = Val(TextBox1.Text) / Val(TextBox2.Text)

Gereken :

3 Textbox
4 buton BUTON ADLARI +  , - , * , / olmalı