Re: I need to work with CListView
Ajay Kalra wrote:
On Feb 20, 11:24 pm, "mohamed hanif" <mohamedhani...@gmail.com> wrote:
On Feb 15, 8:09 pm, "Ajay Kalra" <ajayka...@yahoo.com> wrote:
On Feb 15, 2:21 am, "mohamedhanif" <mohamedhani...@gmail.com> wrote:
I try to use the CListView deried class to display the customer
details in SDI .
I cant insert the details can any one help. I am new to MFC. So please
help me.
Thanks in advance.
regards,
KSMH
Whats the problem? What happens when you insert/add? Look at codeguru/
codeproject for various samples on this topic.
---
Ajay
I like want to display the employee details.
I can do it in the Dialog with list control.
i want to do that with list view (report type)
can u have any sample to this type of application
ListView is nothing but a listControl inside a CView. If you can do it
with a ListControl, you should be able take the existing work to a
CListView. Once again, look at codeproject/codeguru for samples.
Ajay:
I think OP means he knows how to use list box (CListBox) but not list
view control (CListCtrl). I don't think he is talking about CListView.
But I could be wrong.
CListCtrl is very confusing at first, I remember that.
David Wilkinson