Using VB.NET.
How can I create a system tray program that displays number as my system
tray icon instead of an actual icon?
I am creating a weather program and when I minimze my program to the system
tray I would like to show the temprature in the system tray.
thanks in advance,
Lou
Very intresting, ok first of all the clock that runs in systray is not a
normal icon at all, infact if you r-click on the clock you will get the
taskbar ctxt menu. So the best option for you would be to use number
icons to show the temperatue, and guess what someone has already done
that here's the link http://www.codeproject.com/csharp/temperature.asp
hope that helps.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Using VB.NET.
>
[quoted text clipped - 5 lines]
> thanks in advance,
> Lou