Print Forms from Visual Studio 2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex

    Print Forms from Visual Studio 2005

    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


  • Herfried K. Wagner [MVP]

    #2
    Re: Print Forms from Visual Studio 2005

    "Alex" <samalex@gmail. comschrieb:
    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/>

    Comment

    • Johnny Jörgensen

      #3
      Re: Print Forms from Visual Studio 2005

      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:



      Cheers
      Johnny J.




      "Alex" <samalex@gmail. comskrev i meddelandet
      news:OjHXr5HhIH A.4692@TK2MSFTN GP05.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
      >
      >

      Comment

      Working...