Question

I'm working on an app that will simply be a taskbar application for showing the temperature.

But I'm having a hard time getting the notifyIcon to just show Text and not an Icon.

If there is a different control I have to use, please let me know.

If you need any additional information, let me know that too.

Thanks.

Était-ce utile?

La solution

It can be done but i wont take the fun out of it for you by showing you the code. I wil however tell you the steps

1)Create a bitmap image(hard coded) with the text you want to display as the icon

2)Convert the bitmap image to and icon

3)Set the icon as you icon for the notification

and that's it :D. The rest should be easy for you. Simply pass the values etc etc etc

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top