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
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