当前位置:编程学习 > wap >>

wince5.0 eVC中实现CCheckListBox,Listbox中带复选框的

wince5.0至少是不支持重绘的

EVC中发现:
在afxwin.h中有
[cpp] 
#if !defined(_WIN32_WCE_NO_OWNERDRAW_LBS) 
class CCheckListBox : public CListBox 
在wceres.h中有
[cpp] 
#if !defined(_WIN32_WCE_NO_OWNERDRAW_LBS) 
#define LBS_OWNERDRAWFIXED 0x0010L 
#define LBS_OWNERDRAWVARIABLE 0x0020L 
#endif 
在wce.h中有
[cpp]
// Prune unsupported MFC features 
#define _WIN32_WCE_NO_DELAYLOAD 
#define _WIN32_WCE_NO_FTP 
#define _WIN32_WCE_NO_TOOLTIPS 
#define _WIN32_WCE_NO_DOCKBARS 
#define _WIN32_WCE_NO_GDITRANSFORM 
#define _WIN32_WCE_NO_CONTEXTHELP 
#define _WIN32_WCE_NO_OWNERDRAW_LBS 

补充:移动开发 , 其他 ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,