about billson
Gathering & Sharing
2007-12-19
DateTimePicker vb.net 2005 bindingsource
These will cause error:
DateTimePicker.value = DateTime.Now().ToString("yyyy-MM-dd dddd hh:mm:ss tt")
DateTimePicker.value = Format(Now, "yyyy-MM-dd dddd hh:mm:ss tt")
if assign value to any components(comboBox.selectedIndex, DateTimePicker.value) within constructor New() body, after form those assigned value don't work as expected.
fixed by: assign value within form_load body.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment