Open DateTime picker C# control programatically
- by rbg
How can I open the DateTime Picker C# control programmatically?
I want to show the Calender in the Datetime Picker control by sending keys to the control.
Is there a way we can do that?
Thanks