Search code examples
c#.netcompact-frameworkdatetimepicker

DateTimePicker on .Net Compact Framework - Is it possible to edit the year using the popup keypad?


I'm working on an windows mobile application built using c#/dotNet in visual studio. There is a form with a DateTimePicker control. I can use the popup keypad to edit the day and month but it doesn't work for the year.

Has anyone else had this problem? Any way to fix it?


Solution

  • Have you tried making a new clean Windows Mobile application? I just made a test app and tried your scenario and it worked for me perfectly. I was able to edit all parts of the datetimepicker.

    I test using the left, right, up, down characters of the input panel, and the number keys as well. Everything checked out for me.

    A new app should give you a good test case to check against.