Edit message in CListCtrl
-
In a list control , which is message to edit an item , like in list-control of Windows Explorer ? It's an second click , but is not double-click ... if you know what I mean ... Thanks. P.S. Actually , I have edit procedure on dblclick event , but this one I need to use on something else.
-
In a list control , which is message to edit an item , like in list-control of Windows Explorer ? It's an second click , but is not double-click ... if you know what I mean ... Thanks. P.S. Actually , I have edit procedure on dblclick event , but this one I need to use on something else.
-
In a list control , which is message to edit an item , like in list-control of Windows Explorer ? It's an second click , but is not double-click ... if you know what I mean ... Thanks. P.S. Actually , I have edit procedure on dblclick event , but this one I need to use on something else.
if I've perceived right, for the functionality you're expecting the list control should have the LVS_EDITLABELS list control style set. And parent window of the list control should handle LVN_ENDLABELEDIT message.
[Delegates] [Virtual Desktop] [Tray Me !]
-Malli...! :rose:**** -
In a list control , which is message to edit an item , like in list-control of Windows Explorer ? It's an second click , but is not double-click ... if you know what I mean ... Thanks. P.S. Actually , I have edit procedure on dblclick event , but this one I need to use on something else.
i think you are talking about the following situation.when we want to rename an icon in explorer we will click the item first and after a while we will click it again to rename it.is this is you are talking about?.
-
i think you are talking about the following situation.when we want to rename an icon in explorer we will click the item first and after a while we will click it again to rename it.is this is you are talking about?.