Usually in C# DateTimePicker component is initialized with a default date. To use a blank or empty value in DateTimePicker set the Format property to Custom and the CustomFormat property to a space (" "), see the following code:
dtpDate.CustomFormat = " "
dtpDate.Format = DateTimePickerFormat.Custom
Monday, June 29, 2009
Setting C# Date Time Picker Empty
Tuesday, June 23, 2009
Eclipse Galileo is about to release
We are in the edge of Eclipse Galileo release it is interesting to see that it includes many projects.
Eclipse Galileo is scheduled to release on tomorrow 2009.06.24.
For further detail visit Eclipse Org, http://www.eclipse.org/galileo/.
Release Candidate Eclipse Galileo RC4 is currently available for testing.
Subscribe to:
Posts (Atom)