PDA

Click to See Complete Forum and Search --> : Printing form in VB.net


jkw119
Jun 10th, 2002, 08:06 AM
Does anyone know how to print a form in VB.net? In VB 6.0, you could simply just say,

form1.printform

thanks,

Jeff

cim3
Jun 10th, 2002, 08:35 AM
This is what microsoft have to say:
'The PrintForm method is no longer supported in Visual Basic .NET. The results of the PrintForm method varied greatly depending on the screen resolution and the resolution of the printer; it was not the recommended method of printing. If you need to duplicate the functionality of the PrintForm method, you can automate the screen capture capabilities of a third-party graphics tool to capture and print an image of a form.'

HisAirness
Jan 23rd, 2003, 11:12 PM
lol that solves nothing, so what do i do to print a form?