摘要:
Using List-View Controls创建首先,使用List-View必须 读取DLL用InitCommonControls.然后CreateWindowEx用WC_LISTVIEW.create代码 //Init RECT rcl; INITCOMMONCONTROLSEX icex; // Ensure that the common control DLL is loaded. icex.dwSize = sizeof(INITCOMMONCONTROLSEX); icex.dwICC = ICC_LISTVIEW_CLASSES; InitCommonControlsEx(& 阅读全文
posted @ 2011-03-17 22:48
oleeceo
阅读(176)
评论(0)
推荐(0)
浙公网安备 33010602011771号