Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I get a message when clicked on an already selected item in the treeview control? Could anybody help me? Thanks in advance!
Use a combination of OnMouseDown/Up(), CTreeCtrl::GetSelectedItem(), and CTreeCtrl::GetItemRect(). John
You can also handle the NM_CLICK notification. Call GetMessagePos to get the mouse coordinates for the message.