How do I remove the "wrench" button on the balloon tooltip?
c#, notifyicon, windows-explorer, windows-shell, winforms
Solution
Sorry, I do not think this is possible. The explorer process which is responsible for desktop icons and the task bar is responsible for controlling the notification area as well. You may use a different object than `NotifyIcon` to show notification icons. I'd recommend you to use DevComponents if you would like to see similar objects
Sorry about that, I hope you find this helpful :)
Problem
I want to hide the wrench button on the balloon tooltip Does anyone know how? Is it possible to disable/remove the wrench button next to the close button on the balloon tooltip in the system tray that is being called from `System.Windows.Forms.NotifyIcon`? Please help Thanks in advance.