c++ - Why am I not getting events for a checkbox click in a treeview control? -


In my MFC dialogue, clicking on the checkbox is a tree view control with my check box, not from NMPLL nor TVNCEELEENGE events I have not expected, which I expected it to do.

How can I properly set when a check box is checked / unchecked in a checkbox?

Click the mouse normally and identify the current item in the handler, and then use the Tree View_GetCheckState Checked status


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -