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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top