NotifyIcom PLEASE HELP ME
I think this should be pretty easy.
I have an application which allows the user to be in various states (available, unavailable, etc)
I have a public string variable in my application which holds the current state of the user.
I would like to programatically change the text property of the applications notifyIcon to display the users current state when hovering over it.
Can someone please help me