Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove the "wrench" button on the balloon tooltip? [closed]

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?

Balloon Tooltip

Please help
Thanks in advance.

like image 876
dailyUnknown Avatar asked Oct 23 '12 18:10

dailyUnknown


1 Answers

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 :)

like image 151
Picrofo Software Avatar answered Oct 01 '22 13:10

Picrofo Software