T
toufik
Hi,
In the ValueChanged event of a dateTimePicker control I've a condition, and
I like to reset the initial value if teh condition is false
Private Sub dateDebut_ValueChanged(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles dateDebut.ValueChanged
if dateDebut.value.date < refDate then
<message>
<reset tho initial value>......how to do this?????????
end if
end sub
Any help please??
Thanks.
In the ValueChanged event of a dateTimePicker control I've a condition, and
I like to reset the initial value if teh condition is false
Private Sub dateDebut_ValueChanged(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles dateDebut.ValueChanged
if dateDebut.value.date < refDate then
<message>
<reset tho initial value>......how to do this?????????
end if
end sub
Any help please??
Thanks.