Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CEdit有会员功能ShowBalloonTip,你知道是否有机会展示例如a的气球提示CComboBox?
CEdit
ShowBalloonTip
CComboBox
您只需要实现自己的气球工具提示,或者您可以只使用 此CodeProject 文章CBalloonHelp中实现的类。
CBalloonHelp
您需要使用的功能是:
void CBalloonMsg::ShowForCtrl( LPCTSTR lpszHdr, LPCTSTR lpszBody, HWND hCtrl, HICON hIcon /*= NULL*/ );