Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
MENU - Icon Tray
Icon tray in the taskbar
In your gnome or KDE taskbar, you can add an icon for your gambas application. Write simply this code : PUBLIC MyTray AS NEW TrayIcon AS ("MyTray") 'declare an trayicon PUBLIC MyIconPicture AS Picture = Picture["myicon.png"]'fixe icontray picture PUBLIC SUB Form_Open() MyTray.Icon = MyIconPicture MyTray.Show MyTray.Tooltip = ("This is a gambas icon tray made with gambas") END Creation date : 23/11/2010 @ 22:47 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitors online ARCHIVES GAMBAS 1/2
|