CDC::DrawIcon not drawing an icon when printing
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, i use the same code in my CView derived class to draw icons to both the screen and the printer. I use CDC::DrawIcon to do the drawing. The icons show up properly on the screen, and on print previews. They just don't actually print. I've also tried using ::DrawIconEx, but to no avail. Any suggestions? Thanks in advance!