I’m currently writing an application that has a NotifyIcon and I’m trying to figure out a way to overlay text on to it. So for example, if the icon indicates the number of files open, it has the icon plus the number on top of it.
Is there a way to do that? I’ve seen instances of the NotifyIcon solely being text, SpeedFan for example.
Any suggestions or references would be appreciated.
Add a reference to
System.Drawing. The following code is taken from one of my applications, it applies a2on the icon.