I want to make an Application that only has a NotifyIcon. It doesn\'t need to have at all a \"Main\" Form. When I want to achieve something like this, I just create an invis
As it turned out it was so easy it was ridiculous. All you have to do create a class that is inherits the iContainer interface. When you create the instance of the notify icon, pass a container object.
It gives you the notify icon, but not a context menu.