I am working on an application created by another person. And I am
confused with the default value of the dateTimePicker.
One dateTimePicker always set the value to the current date/time in
property window. (actually no value is set by look at the generated
code)
But another one had the value set to a past date and I just CANNOT
remove it from property window. I can easily set the value in code but
anyone know how to remove the value.
TIA.
John
Q. John Chen - 20 Jan 2005 17:53 GMT
Never mind. I went to the GENERATED CODE and deleted the line that set
the Value. And It worked.