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.

VB.Net Örnek Uygulamalar<br />

2 Kasım 2011<br />

Private Sub secim2_Click(ByVal sender As Object, ByVal e As<br />

System.EventArgs) Handles secim2.Click<br />

If secim2.Checked = True Then<br />

ListBox1.Items.Add(secim2.Text + " işaretlendi")<br />

Else<br />

ListBox1.Items.Add(secim2.Text + " işareti kaldırıldı")<br />

End If<br />

End Sub<br />

End Class<br />

Tolga GÜYER Sayfa 22

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

Saved successfully!

Ooh no, something went wrong!