Hi all,
I tried to select people on the listview to mass invite people to a room on paltalk
i tried LB_SELITEMRANGE and LB_SETSEL with PostMessage but nothing happened
I know also that Twiza did it in his MassInvite program (congrats)
Thank you for your help
Does LB stands for List Biew? Just wondering.
ok Chike i give up have you any idea ?
all i know is that names are subitem =1, but not checkboxes’s
It’s a List vie you need you use List View messages
Might be the LVM_SETITEMSTATE, with stateMask and state set to LVIS_SELECTED
Thank you Chike for all your suggestions
Now it works
main information to say is
Mask to be set to LVIF_STATE
state to LVIS_CHECKED
stateMask to LVIS_STATEIMAGEMASK
PostMessageA ListView, LVM_SETITEMSTATE,-1, LxprocLVITEM