CListCtrl

i make a program MFC SDI and lot of option one of them is a dialog drived from CDialog with control CListCtrl . The CListCtrl have 20 columns and i used the drag and drop columns in setextendedstyle() , but i would like to memorize the new order of columns after drag and drop how acan i do it thanks




Answer this question

CListCtrl

  • Cobo

    CListCtrl::GetColumnOrderArray and CListCtrlSetColumnOrderArray will do the job.

  • Elfman

    thanks for replay i will try but i dont now how but i will try

  • CListCtrl