Calender controls for compact Framework 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,

Environment :
Visual studio 2003
compact Framework 1.1 :
using winforms with VB.NET :
Emulator's OS : windows CE.NET


i am using compact framework 1.1 and in need of Datetimepicker control.
Currently i am using a free bee control for this which is from
www.opennetcf.org/sdf/
but not really impressed with it. Canany body suggest any other third party
control which might provide a better datetimepicker control then this?

thanks
sameer
 
Phil, thanks for your answer. Did you do any development on it? i did not get
a chance to check it out indept since i am running against a deadline, can u
write down your expereince please like have you used it? Is it easy to use
and easy to deploy.

thanks
 
I took a look at it, and didn't use it.

1. It doesn't support the "no date" checkbox.

2. The date field is static (i.e., you have to open the date picker popup to
change the date). With SysDateTimePick32 (and opennetcf) you can edit the
m/d/y values directly.

3. It doesn't work on SmartPhone (it uses unsupported controls).
 
Back
Top