Issue with Handling Listcontrol Column Header Checkbox Click? Notify Not Working
I Have Used the List Control with Header Checkbox. Used Block Line in Begin_Message_Map() On_Notify(Hdn_Itemstateiconclick, Idc_Online_Users_List...
I have used the list control with header checkbox. used block line in BEGIN_MESSAGE_MAP() ON_NOTIFY(HDN_ITEMSTATEICONCLICK,IDC_ONLINE_USERS_LIST, OnHeaderItemStateIconClick)
but OnHeaderItemStateIconClick not getting called when i click on header checkbox.