Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have created a software where all users are request for some materials. After that management approve or reject the request based on some criteria. To check the status user always have to check in the software.

Now management want, if a user requests approve/reject by the management a notification icon will display only to this particular user's computer. They do not want to open the software and check again and again.

How can I do this. Please advice some logic or code.

Note: I have used c#.net windows application and sql server.

Thanks,
Ripon Paul
Posted
Comments
RossMW 25-Nov-14 2:10am    
Email.....

1 solution

Hello,

If requirement is to show notify icon there must be an app or service running on user's computer which will wait for some message. Few days ago I already posted an answer to similar question on CP (link at bottom).

You can add some code to your app to wait for messages (app can be minimized to tray) or write another small app/service to handle messaging.

There is a windows network base solution but it shows Message box instead of notification icon. This solution is net send DOS command:
http://www.computerhope.com/nethlp.htm[^]

Another solution is to send e-mails to users.

Here you have my answer to another question:
Notify icon to all employee computer's when adding new employee[^]

I hope it help you.
 
Share this answer
 

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