is it possible to print the whole form contents by a click of a (print) button from the toolstrip of MDIparent?
how?
I have this code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.FullWindow)
End Sub
but it doesn't fit the paper. how can I rescale it?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.