NotifyIcon context menus for both buttons in .NET (evolution of a hack)
- đź“…
- đź“ť 625 words
- đź•™ 3 minutes
- 📦 .NET
- 🏷️ WinForms
- đź’¬ 6 responses
Here’s the evolution of what should have been a clean reusable component in .NET and how it becomes a hack thanks to the limitation of the .NET framework.
I’m working on an application where I want two contextual menus on the notify icon. The right one will display a number of options for settings and creating new items and the left to switch between the various items.