摘要:
BOOL b4 = mylist4.SetTextBkColor(RGB(255, 255, 0));//设置文本背景色 /* 参数:COLORREF 返回值:成功非零; 否则零 */ 阅读全文
posted @ 2023-04-30 05:44
天子骄龙
阅读(41)
评论(0)
推荐(0)
摘要:
COLORREF col = mylist4.GetTextColor();//获取文本前景色 阅读全文
posted @ 2023-04-30 05:38
天子骄龙
阅读(16)
评论(0)
推荐(0)
摘要:
BOOL b3 = mylist4.SetTextColor(RGB(0,0,255));//设置文本前景色 /* 参数:COLORREF 返回值:成功非零; 否则零 */ 阅读全文
posted @ 2023-04-30 05:34
天子骄龙
阅读(82)
评论(0)
推荐(0)
摘要:
//判断风格 DWORD dwStyle = mylist4.GetStyle() & LVS_TYPEMASK; if (dwStyle == LVS_REPORT) { //如果是报表模式 AfxOutputDebugString(_T("报表模式\r\n")); } 阅读全文
posted @ 2023-04-30 05:13
天子骄龙
阅读(17)
评论(0)
推荐(0)
摘要:
BOOL b3 = mylist4.DeleteItem(1); //从列表视图控件中删除某行 /* 参数:int 行号 返回值:成功返回非0,失败返回0 */ 阅读全文
posted @ 2023-04-30 05:02
天子骄龙
阅读(46)
评论(0)
推荐(0)
摘要:
BOOL b2=mylist4.DeleteColumn(1); //删除列表视图控件中的某列 /* 参数:int 列号 返回值:成功返回非0,失败返回0 */ 阅读全文
posted @ 2023-04-30 04:56
天子骄龙
阅读(33)
评论(0)
推荐(0)

浙公网安备 33010602011771号