CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Posts
    5

    Question How to let user edit an item in a CListView?

    Hi,

    Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
    My CListView is in Report mode.

    Thank you very much!

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: How to let user edit an item in a CListView?

    There is a whole section on editable columns here

  3. #3
    Join Date
    Jul 2005
    Location
    E: 120°.6, N: 31°.3′
    Posts
    795

    Re: How to let user edit an item in a CListView?

    Quote Originally Posted by dynamictoys
    Hi,

    Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
    My CListView is in Report mode.

    Thank you very much!
    I think there is one way to achieve this . Use ADO create a Database Record and save each record to the Database, this may match what you want .

    Cheers.
    Little by little one goes far
    Keep moving.......!
    Nothing is impossible !

  4. #4
    Join Date
    Sep 2005
    Posts
    54

    Re: How to let user edit an item in a CListView?


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