How to print a C# Windows Form?

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

I have no problem in printing the C# Windows Form codes.
However, when it comes to print the Form, the "Print" button is greyed out
and I can't print the form directly from the Visual Studio developer.
Is it possible to print the Form from the Visula Studio Developer?
Thanks for help.


Jason
 
I think Microsoft didn't implement this function because this is not a
common fucntion. I can suggest is to make a screen shot (press
Alt+Print Screen while your application is in the foreground) for your
form, this will copy your form into clipboard, then paste it to MS
Paint or other picture editing softrware to print it.

Maybe you can put comment in
http://lab.msdn.microsoft.com/productfeedback, so that they can improve
it in their next version.

I hope this can help
 
Back
Top