Link to home
Start Free TrialLog in
Avatar of clu1978
clu1978

asked on

Printing a list control

Hi all !

A simple question: I've developed a control derived from
CListCtrl, which adds some functionality.
I need also to PRINT the list contents.
I found a sample which uses the docview printing
framework, but i'd like to expose the printing
functionality from my listctrl class, so that you can add
my listctrl to any application and invoke a Print method,
no matter of what kind your application is (dialog,
docview, ...).

What should be the best way to simulate the docview
printing framework without having it available ?

Thanks in advance !

Clu
ASKER CERTIFIED SOLUTION
Avatar of northernchill
northernchill

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial