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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

End Sub<br />

End Class<br />

VB.Net Örnek Uygulamalar<br />

2 Kasım 2011<br />

ListBox4.Items.Add(Notu)<br />

If Notu 89 Then<br />

ListBox5.Items.Add("AA")<br />

ElseIf Notu > 84 Then<br />

ListBox5.Items.Add("BA")<br />

ElseIf Notu > 79 Then<br />

ListBox5.Items.Add("BB")<br />

ElseIf Notu > 74 Then<br />

ListBox5.Items.Add("CB")<br />

ElseIf Notu > 69 Then<br />

ListBox5.Items.Add("CC")<br />

ElseIf Notu > 64 Then<br />

ListBox5.Items.Add("DC")<br />

ElseIf Notu > 59 Then<br />

ListBox5.Items.Add("DD")<br />

ElseIf Notu > 49 Then<br />

ListBox5.Items.Add("FD")<br />

ElseIf Notu < 50 Then<br />

ListBox5.Items.Add("FF")<br />

End If<br />

TextBox1.Text = ""<br />

TextBox2.Text = ""<br />

TextBox3.Text = ""<br />

TextBox4.Text = ""<br />

TextBox5.Text = ""<br />

TextBox1.Focus()<br />

Tolga GÜYER Sayfa 14

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

Saved successfully!

Ooh no, something went wrong!