I need to print an image of my VB.Net Windows.Form
when the user clicks a button. Is there a good method for doing this?
Vb.net – how do i print the form
vb.net
vb.net
I need to print an image of my VB.Net Windows.Form
when the user clicks a button. Is there a good method for doing this?
Best Solution
You need to use the
PrintForm
component. Please see How to: Print a Form by Using the PrintForm Component: