| HESAP MAKİNESİ:
Formumuza;
3 adet TextBox,
3 adet Label,
4 adet CommandButton ekleyelim.
KODLARI:
Private Sub BÖL_Click()
Text1.Text = Val(Text2) / Val(Text3)
End Sub
Private Sub ÇARP_Click()
Text1.Text = Val(Text2) * Val(Text3)
End Sub
Private Sub
Devamını Görmek İçin Üye Girişi Yapmanız Gerekmektedir. |