336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
MFC Grid control 2.27 ReadOnly, CheckBox Button
// Make cell row,col read-only
m_Grid.SetItemState(row, col, m_Grid.GetItemState(row, col) | GVIS_READONLY);
// Make cell row,col CheckBox Button
m_Grid.SetCellType(row, col, RUNTIME_CLASS(CGridCellCheck));
http://www.codeproject.com/Articles/8/MFC-Grid-control-2-27
'Programming > MFCGridCtrl' 카테고리의 다른 글
MFCGridCtrl CGridCtrl ScrollBar Visible (0) | 2016.10.24 |
---|---|
MFC CGridCtrl Color Change (0) | 2016.10.20 |
MFC Grid control 2.27 DragAndDrop Error (0) | 2016.09.12 |
How to Use MFC Grid control 2.27 (0) | 2016.08.12 |
MFC Dialog 에 OnInitDialog 추가하기 (0) | 2016.08.10 |