// The pointer to my list view control.
extern CListCtrl* pmyListCtrl;
// Allow the header controls item to be movable by the user.
pmyListCtrl->SetExtendedStyle
(pmyListCtrl->GetExtendedStyle()|LVS_EX_HEADERDRAGDROP);
extern CListCtrl* pmyListCtrl;
// Allow the header controls item to be movable by the user.
pmyListCtrl->SetExtendedStyle
(pmyListCtrl->GetExtendedStyle()|LVS_EX_HEADERDRAGDROP);
'Windows > MFC' 카테고리의 다른 글
_variant_t Casting (0) | 2013.10.02 |
---|---|
Unicode 에서 Ascii로 변환 (0) | 2013.10.02 |
CComboBox 선택만 해서 사용하기 (0) | 2013.10.02 |
CEdit Caret Move 캐럿 이동하기 (0) | 2013.10.02 |
UNICODE를 정리해 보자. (0) | 2013.10.02 |