Click here to Skip to main content
15,916,835 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Pl help to manage shutdown of system by pop up message on the screen by using vb.net
I want to pop up one message in the evening to shut down your system before leaving the office. Also we are able to change the time as per our need.

What I have tried:

Pl help to manage shutdown of system by pop up message on the screen by using vb.net

Thanks in Advance
Posted
Updated 8-Sep-17 21:47pm
Comments
Richard MacCutchan 9-Sep-17 3:02am    
You would need to use push notifications or install an application on each system.
Member 10616186 9-Sep-17 3:25am    
Sir, I have made an Integrated app which opens at the startup & such messages will showing under that app

1 solution

Quote:
I have made an Integrated app which opens at the startup & such messages will showing under that app

Then all you need to do is set up a time with an appropriate interval (which will depend on how accurate you want: a minute? Ten minutes? On the Hour? We don't know). And each time it ticks you check the current time via DataTime.Now and compare it with the time you want the message displayed.

Then it just a case of deciding where you want the message: MessageBox is simple, but very annoying if you are working intensely; Notifications in Win10 can be smoother for the user but are also easier to miss.
 
Share this answer
 
Comments
Member 10616186 9-Sep-17 4:36am    
Thanks Sir...
OriginalGriff 9-Sep-17 4:45am    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900