Hello.
i use this code to print my vb page form :
PrintForm1.Print()
But only half of the page from the form is printed.
i tried using this , code :
PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.CompatibleModeClientAreaOnly)
Nothing is prinetd on the printed page. I got only a black page.
What can i do to fixed this problem??Please advise.
Thank you, in advance.