|
-
Jun 15th, 2009, 03:36 PM
#1
Thread Starter
New Member
help with code please
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|