I am working on an application (C # 2.0). I implemented one instance in it. Everything is fine. If I run the application again, it displays a message with the message "the instance is already running."
Actually, I donβt want to show the message through the message box.
I want to show this message using the Balloon tooltip of an already running instance (it indicates the icon in the system tray).
How can i achieve this?
Thanks in advance.
source
share