how to add a trayicon? |
Post Reply |
Author | |
forrest
Newbie Joined: 05 March 2009 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 05 March 2009 at 6:25am |
Hi,
My story is, that I have problems to add an axTrayIcon to my application. I tried to start the sample for the suite controls, but it was not really helpful. I added the trayicon control to the designer an chose the icon and the contextmenu at the settings dialog. If the form loads, I added
this.axTrayIcon1.Show();
But nothing happends . How do I add the trayicon to my traybar when application starts?
Thanks,
forrest
|
|
Product: Xtreme SuitePro (ActiveX) version 11.2.2
Platform: Windows Vista (32bit) - SP 1 Language: C# |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Problem that .NET converted AxtiveX Icon property to own Image property and TrayIcon can't use this image.
Guess in .NET better use standard "NotifyIcon" control.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |