August 20th, 1999, 05:26 AM
Hi,
I have a MFC MDI application with CListView. I've got the CListCtrl associated with this view thru GetListCtrl().
And I set the style to "SetExtendedStyle(LVS_EX_FULLROWSELECT | LVS_EX_TWOCLICKACTIVATE ) " and inserted
some items into the list.Now I want to popup a dialog box if I double click on any item in this list.
Could you please tell me how to do this?
Karthik.
I have a MFC MDI application with CListView. I've got the CListCtrl associated with this view thru GetListCtrl().
And I set the style to "SetExtendedStyle(LVS_EX_FULLROWSELECT | LVS_EX_TWOCLICKACTIVATE ) " and inserted
some items into the list.Now I want to popup a dialog box if I double click on any item in this list.
Could you please tell me how to do this?
Karthik.