Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to get notification of the user click
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to get notification of the user click

 Post Reply Post Reply
Author
Message
jigarmehtamscit View Drop Down
Groupie
Groupie
Avatar

Joined: 29 October 2005
Location: India
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote jigarmehtamscit Quote  Post ReplyReply Direct Link To This Post Topic: How to get notification of the user click
    Posted: 26 November 2005 at 1:02pm
Hi,

    I am using trayIcon object to show the balloon tooltip.. Now, i want to get notification to the click on the balloon tip by the user and want to carry out some task on that.. So, how to do that.. ??

My coding for showing balloon tip is as below,

m_TrayIcon.ShowBalloonTip("Body..", "Title Text", NIIF_INFO);

Thx
Regards,
Jigar Mehta
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 27 November 2005 at 3:59am

LRESULT CMainFrame::OnTrayIconNotify(WPARAM /*wParam*/, LPARAM lParam)

+

case NIN_BALLOONUSERCLICK

 

Please see our samples.

 

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.