04.03.2015 Views

VBNET

Vb.Net üzere güzel örnekler bulunduran bir döküman

Vb.Net üzere güzel örnekler bulunduran bir döküman

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

End Sub<br />

End Class<br />

VB.Net Örnek Uygulamalar<br />

2 Kasım 2011<br />

If TxtVki.Text >= 20 And TxtVki.Text < 25 Then<br />

TxtSonuc.Text = "İdeal sınırlarda"<br />

PictureBox1.ImageLocation = "ideal.jpg"<br />

End If<br />

If TxtVki.Text >= 25 And TxtVki.Text < 30 Then<br />

TxtSonuc.Text = "Hafif şişman"<br />

PictureBox1.ImageLocation = "hafif_sisman.jpg"<br />

End If<br />

If TxtVki.Text >= 30 And TxtVki.Text < 35 Then<br />

TxtSonuc.Text = "Şişman"<br />

PictureBox1.ImageLocation = "sisman.jpg"<br />

End If<br />

If TxtVki.Text >= 35 And TxtVki.Text < 45 Then<br />

TxtSonuc.Text = "Sağlık açısından önemli"<br />

PictureBox1.ImageLocation = "saglik_acisindan_tehlike.jpg"<br />

End If<br />

If TxtVki.Text >= 45 And TxtVki.Text < 50 Then<br />

TxtSonuc.Text = "Aşırı şişman"<br />

PictureBox1.ImageLocation = "cok_sisman.jpg"<br />

End If<br />

If TxtVki.Text >= 50 Then<br />

TxtSonuc.Text = "Morbid (ölümcül) şişman"<br />

PictureBox1.ImageLocation = "morbid.jpg"<br />

End If<br />

Tolga GÜYER Sayfa 6

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!