Hi All,
I am working on the application (C# 2.0). I have implemented single instance in it. Everything is fine. If i run the application again, it shows messagebox saying "instance is already running".
Actually i don't want to show the message through messagebox.
I want to show this message using Balloon tip of already running instance (it has notify icon in system tray).
How can i achieve this?
Thanks in advance.