
VC开发
文章平均质量分 74
pcsuite
这个作者很懒,什么都没留下…
展开
-
CListCtrl用法简介
http://blog.youkuaiyun.com/lixiaosan/archive/2006/04/07/653563.aspx以下未经说明,listctrl默认view 风格为report相关类及处理函数MFC:CListCtrl类SDK:以 “ListView_”开头的一些宏。如 ListView_InsertColumn CListCtrl创建CListC转载 2011-06-28 10:18:00 · 5899 阅读 · 0 评论 -
多字节与UTF-8、Unicode之间的转换
转自http://www.cppblog.com/deane/articles/120243.html// 多字节编码转为UTF8编码 bool MBToUTF8(vectorchar>& pu8, const char* pmb, int32 mLen)转载 2011-08-03 10:09:46 · 1403 阅读 · 0 评论 -
VC 使用CToolTipCtrl添加提示
以下实现通过查找资料,自己试验正确。1.定义 CToolTipCtrl m_Tip;在BOOL CXXXDlg::OnInitDialog(){... EnableToolTips(TRUE); m_Tip.Create(this);原创 2011-08-09 14:37:45 · 1011 阅读 · 0 评论