may i know which method is it?
i tried the double click method (NM_DBLCLK), but it is for the whole list, that is wherever i clicked in the list, it will pop out the dialog. but what i want is a single item, that is when i click different items, different dialog boxes will pop out depending on which item i click.....
NM_DBLCLK (list view)
Parameters lpnmitem Version 4.71. Address of an [blue]NMITEMACTIVATE[/blue] structure that contains additional information about this notification message. The iItem, iSubItem, and ptAction members of this structure contain information about the item.
So just use that structure, and "iItem" will indicate which item was double-clicked.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.