Voice in CF - Ergent

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

Guest

I want to write an application that allow user to make their schedule and put "alarm" as well. Can This function be done in Compact Framework ? How to do it ? I need to refer what class ? Hopefully can provide some url related to this topic thanks
 
Hi,
Currently there's no managed access to POOM, so you'll have to p/invoke. The
CF 2.0 will support this kind of operations.

Alberto Silva

Paul said:
I want to write an application that allow user to make their schedule and
put "alarm" as well. Can This function be done in Compact Framework ? How to
do it ? I need to refer what class ? Hopefully can provide some url related
to this topic thanks
 
There is no in-built support for Pocket Outlook in the .NET Compact
Framework, however it is possible to P/Invoke or use a ready-made library
(www.inthehand.com/dotnet/poom/).

You can create reminders like those used by Pocket Outlook using the Windows
CE Notify API functions. You'll find these wrapped in the OpenNETCF Smart
Device Framework in the OpenNETCF.Win32.Notify namespace.
(www.opennetcf.org/sdf/)

Peter
 
Thanks, Aiberto Silva and Peter Foot. If I'not mistaken, We can download the OpenNetCF class library am I right ??
But After download it where to put this class ?? Thanks
 
Paul,

If you download the binary for the OpenNetCF Smart Device Framework, it will
install itself.
--
Ginny Caughey
..Net Compact Framework MVP

Paul said:
Thanks, Aiberto Silva and Peter Foot. If I'not mistaken, We can download
the OpenNetCF class library am I right ??
 
Back
Top