Print Page | Close Window

CXTTrayicon issue

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=5123
Printed Date: 11 November 2025 at 7:33am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTTrayicon issue
Posted By: Maneesh
Subject: CXTTrayicon issue
Date Posted: 22 September 2006 at 6:26am
Iam using xTremeToolkit version v9.60.1

I have used CXTTrayicon to show up an icon on the system tray,

I want t ohandle the left mouse click and the right mouse click on the system tray !
how do i do it !

Please help
Maneesh



Replies:
Posted By: Oleg
Date Posted: 22 September 2006 at 12:05pm
Hi,
 
TrayIcon show it. Please check it first.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Maneesh
Date Posted: 23 September 2006 at 4:56am
Hi Oleg.

Yes, the Icon does appear on the tray,
When I right click it does show the menu

But, I want to handle the left click on the same Icon

how do i handle the notifications?

What does CXTTrayIcon__SetNotificationWnd@CWnd_.html - SetNotificationWnd , CXTTrayIcon__SetCallbackMessage@UINT.html - SetCallbackMessage   do?
Should I implement them to check if left mouse is clicked ! if so how !

Please Help !

Thanks
Maneesh !


Posted By: Oleg
Date Posted: 23 September 2006 at 10:35am
Hello,
in CMainFrame::OnTrayIconNotify of sample just add
case WM_LBUTTONDOWN:
 
to check Left button.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Maneesh
Date Posted: 25 September 2006 at 9:17am


Hi Oleg !

Thanks a lot! It worked !
Actualy I was referring the Dlg Sample and that did not have
a OnTrayNotify handler ! I then looked at some other sample
and there i find another sample SDI !

So I fixed it ! thanks a lot for all u r help
U are just Gr8 !

Thanks
Maneesh



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net