Hello, I have written an application which by default starts in the system tray. I would like to password protect the application such that whenever anyone either double-clicks on the icon, or does a right click on it, a password confirmation popups up, and does not allow the user to access the application until the password matches. However, the password should not be shown whenever the application itself starts (startup with windows), only when mouse click actions are performed on it.
Anyone can help me with this?