Astie
Active member
when i've picked a date from the DTP, and ik clicked my OK button i want the DTP to go automaticly go to a day later
. how can i do this.
i've tried something with dtp.value = next (something like that) but didn't work.
can somebody please help me
cheers Astie
UPDATE
I've found this:
DateTimePicker1.Value = DateTimePicker1.Value.AddDays(1)
very easy you think but it works only once, after the second time you go back to your default day
i've tried something with dtp.value = next (something like that) but didn't work.
can somebody please help me
cheers Astie
UPDATE
I've found this:
DateTimePicker1.Value = DateTimePicker1.Value.AddDays(1)
very easy you think but it works only once, after the second time you go back to your default day
Last edited: