2 Eylül 2011 Cuma

Tarih Seçme ( Selected Date )





 

  KODLAR


Public Class Form1

    Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker1.ValueChanged
        ListBox1.Items.Add(DateTimePicker1.Value)
    End Sub
End Class


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        ListBox1.Items.Remove(ListBox1.SelectedItem)
    End Sub
End Class

Hiç yorum yok:

Yorum Gönder

Hürriyet