0

i am using NotifyIcon in my desktop .net application in c#. i can change the icon but can't change the background color of the notification text. i searched on web, couldn't find anything helpful regarding this or maybe i skipped if is there any. looking forward for help regarding this. thnx in advance :)

Anupam Roy
  • 1,654
  • 2
  • 18
  • 25

2 Answers2

0

Afaik your notify icon control uses resource image to display icon, there in no built in solution to change background color. Simpest solution is to change whole icon. Or as huMpty duMpty mentioned create your own control, which is not so easy.

Johnny_D
  • 4,592
  • 3
  • 33
  • 63
  • and as a beginner its really hard for me to create custom tooltip for background color :( i wanted to change the background color of the notification text not the icon. anyway thnx guys – Anupam Roy Nov 21 '12 at 10:36
  • You can try to look for already customized external packages, maybe something exists. – Johnny_D Nov 21 '12 at 12:01
0

Use alertcontrol(devexpress) or desktopcontrol(telrik) for custom notify appearance.

emotality
  • 12,795
  • 4
  • 39
  • 60
sms247
  • 4,404
  • 5
  • 35
  • 45