How to catch a simple left-click on a tray icon |
Post Reply |
Author | |
radiumangel
Newbie Joined: 21 June 2010 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 21 June 2010 at 11:04am |
Hi.
i've already looked in the samples but i couldn't find anything that helps. All that is done with the tray icon is showing menus and minimizing/maximizing the dialog. but that's not what i want to do. i simply want to show a PopupControl item when a simple left-click is made. i've searched for quite a while and couldn't find an answer. i know it sounds noobish and yes i am serious. can someone please help me? my codejock version 13.3.1 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Start from TrayIcon sample and add
case WM_LBUTTONDOWN: return 1; in OnTrayIconNotify method |
|
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 |