Compact Framework Service??

  • Thread starter Thread starter chowchho
  • Start date Start date
C

chowchho

Hi all,

I am developing a pocket PC time alert program to alert user using
notification service in compact framework. I allow user to specify the date
and time when the system should alert them. Since this is a windows form
application so I don't want to do in the way that put a timer on my form and
my user has to run my program in order to activate the timer.

I know there is no windows service or agent in the compact framework or
pocket PC, so I plan to write a console program that keeps checking the
table and send the notification. But is there other better way to do this?

Thank.

Regards,
Chow
 
Yes, call CeRunAppAtTime() with the time when you want the notification to
occur.

Paul T.
 
Back
Top