Compact Framework Service??

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
 
P

Paul G. Tobey [eMVP]

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

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top