System Tray only (no dock icon) application using C# / Mono on Mac
I'm looking to move one of my C# applications over to Mono for use on the Mac. Currently, I'm trying to figure out how to make it a sort of "background" process, but still have the ability to have GUI elements (I believe this rules out mono-service ). The ultimate goal is this: Put a tray icon up by the clock for the majority of interactions. Remove the dock icon that typically comes with a launched application Have the application run on startup. In short, just think of how the Dropbox app works. I want that type of GUI, but with a Mono / Mac app. I believe this is typically accomplished by