Printing the contents of a CListCtrl ?
-
I need to print the contents of a CListCtrl but don't have any experience with printing. I looked at Chris Maunders's Printing without the Document/View framework article and it seemed to me I have to do all the drawing by my self. Isn't there a easier way to do this?
-
I need to print the contents of a CListCtrl but don't have any experience with printing. I looked at Chris Maunders's Printing without the Document/View framework article and it seemed to me I have to do all the drawing by my self. Isn't there a easier way to do this?
There are some CListCtrl printing articles in the CListCtrl section. Chris decided to keep code such as this with the control type and not in the printing section. Here is a reference to one such article http://www.codeproject.com/listctrl/listprint.asp[^] Not sure if it addresses all your needs. Roger Allen - Sonork 100.10016 If your dead and reading this, then you have no life!
-
There are some CListCtrl printing articles in the CListCtrl section. Chris decided to keep code such as this with the control type and not in the printing section. Here is a reference to one such article http://www.codeproject.com/listctrl/listprint.asp[^] Not sure if it addresses all your needs. Roger Allen - Sonork 100.10016 If your dead and reading this, then you have no life!
Hi Roger, thanks for your reply. It seems a lot of overhead (+/- 11 classes) for just 'simply' printing the contents of a listcontrol, but it is a start.