CListCtrl使用方法
摘要:1.设置列表风格//设置列表风格LONG styles;styles = GetWindowLong(m_list.m_hWnd,GWL_STYLE);styles &= ~LVS_TYPEMASK;styles |= LVS_REPORT ;SetWindowLong(m_list.m_hWnd,...
阅读全文
posted @ 2013-02-28 18:18
啊????
咋用啊 连个联系方式
posted @ 2013-02-28 18:18
Powered by:
博客园
Copyright © 2025 街角_祝福
Powered by .NET 9.0 on Kubernetes