I'd like some advice on something that I'm currently working on. I'd like to have something that sits in the system tray and then alerts the user when there has been something new posted into a database.
I'm writing a call logging system, so basically when the user logs a new call I want the IT staff to get a message (Similar to messenger or outlook) which they can select to view the details.
I know there is a Notify class that you can use to sit in the system tray, but I'm not sure how to get the message to pop up. Are there methods associated with the Notify class I could use? Also, would querying the DB be the best way in checking for new calls logged?
Any guidance would be most appreciated.
I'm writing a call logging system, so basically when the user logs a new call I want the IT staff to get a message (Similar to messenger or outlook) which they can select to view the details.
I know there is a Notify class that you can use to sit in the system tray, but I'm not sure how to get the message to pop up. Are there methods associated with the Notify class I could use? Also, would querying the DB be the best way in checking for new calls logged?
Any guidance would be most appreciated.