Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » About tooltip problem. Collapse All
Subject Author Date
m l May 17, 2005 - 11:51 AM

I want  to disable   tooltip in  menu.


In the  simple code I can’t  find out  that  disable  tooltip  part.


 

Technical Support May 18, 2005 - 2:25 AM

You can disable balloon tooltips in pop-up menus with one line of code:

CExtPopupMenuWnd::g_bMenuShowCoolTips = false;

m l May 18, 2005 - 5:56 AM

Thank you for answer!