街角_祝福

导航

2012年6月21日 #

CListCtrl使用

摘要: //设置ListCtrl的风格LONG styles;styles = GetWindowLong( m_user.m_hWnd,GWL_STYLE);styles &= ~LVS_TYPEMASK;styles |= LVS_REPORT ;SetWindowLong( m_user.m_hWnd... 阅读全文

posted @ 2012-06-21 12:16 街角_祝福 阅读(129) 评论(0) 推荐(0)