Any DateTimePicker in CF?

  • Thread starter Thread starter Atley
  • Start date Start date
A

Atley

I am looking for a control to make it easier to add dates in a PPC
application.

Either a DateTimePicker or a masked edit control would be great for this,
but I have not been able to find either.

Any suggestions?

Thanks
Atley
 
I am in the last stages in finishing a DateTimePicker with full CultureInfo
support, Colors, Font, Resizing (to fit more that one Charater in Weekday
and Language specific Text sizes and to insure it fits Compact Screen).

Also the suggestions for support for CustomFormat, Min/Max, FirstDayofWeek -
all with Property support, have been built in.

At the moment the last tests have been compleated, but test code must be
removed.
The Help file is almost compeated (missing discription of Demos), but the
Class is fully Documentated.

The artical (for www.codeproject.com) has only been started and I hope to
have it and the source compleated by the 07.03.2004.
The source is free for private private use (for others: see Help file).

As a preview : 2 Demos and the Help file can be downloaded at :

http://www.mj10777.de/NETFramework/Articles/NetDtPExplorer/index.htm

The first Demo has an .EXE for Desktop and Compact, the second EXE will run
on both Systems.

My major problem at the moment is getting the Control running as a
Toolcontrol in the Designer.
The resulting .dll fails to load under Pocket PC 2002 Emulator/Machine with
SP2 (SP1 works).
I reported this a few days ago in this NG but have recieved no answer yet.

Mark Johnson, Berlin Germany
(e-mail address removed)
 
Back
Top