[cpp] view plain copy //自绘CListCtrl类,重载虚函数DrawItem void CNewListCtrl::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) { // TODO: Add your code to draw the Read More
posted @ 2016-10-27 00:10 findumars Views(3366) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy //例如CNewListBox继承自CListBox,重载虚MeasureItem和DrawItem这两个虚函数,代码如下: void CNewListBox::DrawItem(LPDRAWITEMSTRUCT Read More
posted @ 2016-10-27 00:10 findumars Views(2620) Comments(0) Diggs(0)
版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 [cpp] view plain copy //在CMainFrame类的PreCreateWindow函数中加入 m_strTitle = _T("Hello"); cs.style &=  Read More
posted @ 2016-10-27 00:09 findumars Views(349) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/visualeleven/article/details/7286517 Read More
posted @ 2016-10-27 00:07 findumars Views(912) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/visualeleven/article/details/7211249 Read More
posted @ 2016-10-27 00:06 findumars Views(1146) Comments(0) Diggs(0)