See a "the content" in the process of how to obtain other ListView control, there are:
//listview column head handle
Headerhwnd=: : SendMessage (hListview,
LVM_GETHEADER , 0, 0);
//total number: the number of process
Rows=: : SendMessage (hListview,
LVM_GETITEMCOUNT , 0, 0);
//list the number of columns
Cols=: : SendMessage (hListview,
HDM_GETITEMCOUNT , 0, 0);
Is above the red LVM_ ListView Messages, HDM_ is the Header Messages mean?
Thank you very much!!!!!!
CodePudding user response:
Congratulations to you, ask themselves from a
CodePudding user response: