I have a Windows App Form in
VB.NET
Using the DateTimePicker Control to show dates from the database.
Some dates in the database are blank, the default of the DateTimePicker is the current date. How do I show no date in the DateTimePicker until the user selects a date?
Thanks, Michael...