Windows Develop Bookmark and Share   
 index > Windows Forms General > how to print my form
 

how to print my form

i am new to visual basic 2005 exp and just made a little app and want to know how to print my form.

i want to use a button and click and print form1

GDogius  Monday, July 02, 2007 2:35 AM
Unlike VB6... .NET doesn't come with a built in mechanism for printing a form... instead you’ve either got to manually lay out a PrintDocument or use some external code such as the PrintForm Component (from Microsoft) or this code that takes a screen shot of the form and sends that to the printer.
Brendan Grant  Monday, July 02, 2007 2:47 AM
Unlike VB6... .NET doesn't come with a built in mechanism for printing a form... instead you’ve either got to manually lay out a PrintDocument or use some external code such as the PrintForm Component (from Microsoft) or this code that takes a screen shot of the form and sends that to the printer.
Brendan Grant  Monday, July 02, 2007 2:47 AM

You can use google to search for other answers

Custom Search

More Threads

• .NET Applications on W2K Terminal Servers
• UserControls Adding at Runtime Into Panel do not display
• how can I build skinnable application?
• IDE will not obey they settings for form height and width
• C/C++ vs C#
• Vertical & Horizontal scroll details of ListView
• cross thread operation problem
• Set Cursor in TabControl Non Client
• Manipulating form controls across threads
• BufferedGraphicsContext with various exceptions, for anyone interested...