Reminder Message
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I would like to show a reminder message each time the user shutdown or logoff his machine. How can I achieve it.
-
I would like to show a reminder message each time the user shutdown or logoff his machine. How can I achieve it.
.net provides "Windows Service" projects for these type of work.
jayasshc
-
.net provides "Windows Service" projects for these type of work.
jayasshc
Errm - no it doesn't. There's no guarantee that your service will be running when windows is shut down.
Deja View - the feeling that you've seen this post before.