المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : BalloonTip on systray



C++ Programming
04-20-2009, 01:31 PM
Hi all... I need to associate a balloon tip to an icon on the system tray.. I have generated the icon and tooltip associated to it... But, I do not know how to associate the balloon tip...The balloon tip appears some where on the top left corner of the screen... How do I ASSOCIATE TO THE SYSTEM TRAY ICON...

Code:

Show( msg , _T("Server Performance Monitor"),lpPoint, m_hIcon);

Thank u...