Currently doing printing. Suppose I have prepared a printer DC and mapped coordinates and everything is done. I just need to redraw CListCtrl on this DC, and the printing problem is solved.
It seems that the printing problem is too simple. MFC or API does not seem to provide such a function, let the user choose DC to redraw, is there any problem? I wonder if this idea is possible?