DateTImeEditor restricting users ability to enter a date. I ONLY want the user to be able to set the date by dropping down the calendar and selecting a date I DO NOT want them to be able to enter a date manually. Is there any way of doing this?
Thanks in advance,
Chris
Handle the KeyPress event and set the Handled property of the event arguments to true.