Search code examples
c#winformsdatetimepicker

Windows Form DateTimePicker always open


I have one DateTimePicker on WindowsForm that should stay open for all life of the form. How I can do that WITHOUT use the command by line to open it everytime CloseUp. I need something like a properties to prevent the closing.


Solution

  • Using Calendar instead of DateTimePicker