|
Programalama Dilleri
|
|
|
|
|
|
|
|
|
|
|
|
|
Videolu Ders Anlatım
|
|
|
|
|
|
|
|
İşlemler
|
|
|
|
|
|
|
|
Basit Bir Döviz Programı
-
If Label1.Text = "$" Then
TextBox2.Text = TextBox1.Text * 2.217
End If
If Label1.Text = "€" Then
TextBox2.Text = TextBox1.Text * 1.5
End If
If Label1.Text = "sterlin" Then
TextBox2.Text = TextBox1.Text * 1.6
End If
End Sub
Label1.Text = ComboBox1.Text
|
|
|
|
|
|
|
|
40491 ziyaretçi (66001 klik) |
|
|
|
| | |