CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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.


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    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
  •  





Click Here to Expand Forum to Full Width

Featured