Is there an easy way to print a form
I saw articles like this:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/printwinforms.asp
about printing reports, but what I wanna do is print out a couple
images along with some text, some of which comes from a variable.
I thought the easiest way might be to create a form that isn't shown to
put it all together in a way that is relative in size to 8.5 x 11, then
show it when its brought up to print and hopefully have some very
simple way to say "send this form tto the printer" - maybe have it make
it as a bmp and send it
Is there a quick, simple way
Using managed c++, by the way.

easy forms printing?
Alan Churley