Does anyone know how to print a form in VB.net? In VB 6.0, you could simply just say,
VB Code:
form1.printform
thanks,
Jeff
Printable View
Does anyone know how to print a form in VB.net? In VB 6.0, you could simply just say,
VB Code:
form1.printform
thanks,
Jeff
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.'
lol that solves nothing, so what do i do to print a form?