Hi,

We're creating a winform application, and I'd like to print out the actual
forms from within VS2005 without having to Build and run the code. Short of
making screenshots and cropping out the actual form, is there any freeware
or built-in tool to do this task?

Thanks --

Alex

Re: Print Forms from Visual Studio 2005 by Herfried

Herfried
Wed Mar 12 15:39:36 CDT 2008

"Alex" <samalex@gmail.com> schrieb:
> We're creating a winform application, and I'd like to print out the actual
> forms from within VS2005 without having to Build and run the code. Short
> of making screenshots and cropping out the actual form, is there any
> freeware or built-in tool to do this task?

There is no built-in tool to do that.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Re: Print Forms from Visual Studio 2005 by Johnny

Johnny
Thu Mar 13 10:41:13 CDT 2008

I don't know if it will be of any help to you, because I understand that you
want an IDE tool that can print the forms from within the ide, but Microsoft
has a freeware PrintForm control that at least can let you print the form
from the running application. You can find it here:

http://www.microsoft.com/downloads/details.aspx?FamilyID=286111b0-6965-46cc-bf6f-c5ee63b1f98c&DisplayLang=en

Cheers
Johnny J.




"Alex" <samalex@gmail.com> skrev i meddelandet
news:OjHXr5HhIHA.4692@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> We're creating a winform application, and I'd like to print out the actual
> forms from within VS2005 without having to Build and run the code. Short
> of making screenshots and cropping out the actual form, is there any
> freeware or built-in tool to do this task?
>
> Thanks --
>
> Alex
>
>