I'd like to create a C# app that will only have a custom tray icon visible, nothing else. No main form, no tray icon menus, just the icon. What's the easiest way to do so?
I guess I should start out with a console application, since I don't need any forms. So far I only found complicated examples of how to hide the main form in a WinForms app, with a lot of other unnecessary stuff.