Hi guys
im a real beginner so this is probably a really simple fix for you guys but hey ho.
Heres the code im working with:
Public Class Form1
Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateChooser.ValueChanged
NextWeek.Text = DateChooser.Value.AddDays(7)).ToString()
End Sub
End Class
The part thats not work is on line 6 at the end where it says ").ToString()"
Basicaly when i debug it it say that an end of statement is expected due to this part of the coding.
Any help will be greatly appreciated


Reply With Quote
