Board index » cppbuilder » TrayIcon: Displaying text instead of a icon
Sebastian Witt
![]() CBuilder Developer |
Sebastian Witt
![]() CBuilder Developer |
TrayIcon: Displaying text instead of a icon2004-01-19 03:58:55 AM cppbuilder24 Hello, whats the best way displaying text instead of a icon in the traybar? I only want to display numbers, not a long text. It would be great if somebody knows a example for this. Bye, Sebastian |
JunkMail
![]() CBuilder Developer |
2004-01-19 05:17:53 AM
Re:TrayIcon: Displaying text instead of a icon
"Sebastian Witt" < XXXX@XXXXX.COM >wrote in message
QuoteHello, when need be. Other alternative is to create the icons on the fly. If you have large numbers its going to be tough to squeeze them into icon so that they are readable. |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-01-20 05:39:13 AM
Re:TrayIcon: Displaying text instead of a icon
"Sebastian Witt" < XXXX@XXXXX.COM >wrote in message
Quotewhats the best way displaying text instead display the desired numbers. The only way to display anything else beyond that is to subclass the system tray directly, resize it, paint it manually, etc. If you look around for a third-party program called TClockEx, it does exactly that. Gambit {smallsort} |
Sebastian Witt
![]() CBuilder Developer |
2004-01-22 03:07:51 AM
Re:TrayIcon: Displaying text instead of a icon
Remy Lebeau (TeamB) wrote:
QuoteThe system tray only knows about icons, nothing else. What you ask for is |