I want to print my form out like a invoice that cove the whole sheet of paper. I try formprint but it does use the whole page.
In some of my other porgram I was able to use Printer.PaintPicture MSFlexGrid1.Picture, 0, 0, Printer.ScaleWidth to print a MSFlesgrid that work fine. Can somebody help me I've tried using Printer.PaintPicture Form1.Picture, 0, 0, Printer.ScaleWidth but it does not work.