CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    11

    Converting CView to CListView

    Hi,
    I've an application whose view is derived from CView. I would like to convert it to CListView. Is it enough if I replace all occurrences of CView with CListView ? If no, what else should I do ?

    Thanks in advance.

    mc


  2. #2
    Join Date
    May 1999
    Posts
    7

    Re: Converting CView to CListView

    Depends of what listview type you will use. If you are going to use report view except the change of CView to CListView you must catch OnInitialUpdate handler and there add the columns of the report view.


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