|
-
August 20th, 1999, 05:26 AM
#1
CListCtrl in CListView !!
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.
-
August 20th, 1999, 06:23 AM
#2
Re: CListCtrl in CListView !!
Hi,
write a handler for the NM_DBLCLK message.
Martin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|