国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C++ > 正文

C++ 中CListCtrl的每個項都顯示不同的提示信息

2020-01-26 13:54:57
字體:
來源:轉載
供稿:網友

C++ 中CListCtrl的每個項都顯示不同的提示信息

添加CToolTipCtrl成員變量m_toolTipCtrl,CListCtrl成員變量m_ListUser,CImageList成員變量m_imageList(這個可以不要)

在OnInitDialog()函數里加下面代碼

m_BoradcastEnd.EnableWindow(FALSE);   m_imageList.Create(32, 32, ILC_COLOR8, 2, 2);   DWORD dwStyle = m_ListUser.GetExtendedStyle();    dwStyle |= LVS_EX_INFOTIP;    m_ListUser.SetExtendedStyle(dwStyle);       for (int i=0; i<5; i++)   {     CBitmap bit;     bit.LoadBitmap(IDB_TEA_ONLINE+i);     m_imageList.Add(&bit, RGB(0, 0, 0));     bit.DeleteObject();   }      EnableToolTips(TRUE);   m_toolTipCtrl.Create(this);   m_toolTipCtrl.SetMaxTipWidth(500);//若屏蔽這行提示信息的格式可能會出現問題,不能換行   m_toolTipCtrl.Activate(TRUE);    m_ListUser.SetImageList(&m_imageList, TVSIL_NORMAL);   m_ListUser.InsertItem(0, "172.16.30.32.231", 0);   m_ListUser.InsertItem(1, "172.16.30.218", 4);   CRect rect;   m_ListUser.GetItemRect(0, &rect, LVIR_BOUNDS);   m_toolTipCtrl.AddTool(&m_ListUser, "MAC:/nHost:/nIP:", &rect, 1);    m_ListUser.GetItemRect(1, &rect, LVIR_BOUNDS);   m_toolTipCtrl.AddTool(&m_ListUser, "gggggggggg/nggggggggsfgsfgsfg", &rect, 2); 

添加虛函數PreTranslateMessage()

在函數里添加下面代碼

BOOL CMutiScreenDlg::PreTranslateMessage(MSG* pMsg)  {   // TODO: Add your specialized code here and/or call the base class   m_toolTipCtrl.RelayEvent(pMsg);      return CDialog::PreTranslateMessage(pMsg); } 

如有疑問請留言或者到本站社區交流討論,希望通過本文能幫助到大家,謝謝大家對本站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 淮滨县| 云霄县| 于都县| 奉新县| 广平县| 布尔津县| 虞城县| 隆回县| 光泽县| 朝阳市| 玛曲县| 陈巴尔虎旗| 六枝特区| 潮州市| 永寿县| 临潭县| 东丰县| 龙山县| 沂水县| 溧水县| 甘洛县| 即墨市| 岳普湖县| 南部县| 天镇县| 衡山县| 铜鼓县| 巴南区| 朝阳区| 伊金霍洛旗| 方正县| 新安县| 六枝特区| 施甸县| 古田县| 克什克腾旗| 碌曲县| 时尚| 东丽区| 繁昌县| 湘阴县|