I want to create an application that has only NotifyIcon in it. This does not have to be a βbasicβ form. When I want to achieve something like this, I just create an invisible form and run it, but will there be a more βelegantβ way to do this, I would like to know.
How do you usually do this? This application cannot be a Windows service, since it is important to have NotifyIcon and its context menus (each of them will run a different command).
thanks
source share