No Problem, The Printer acts almost just like a Picturebox, First you have to Start a New Document.Then just use the Printer.CurrentX and Printer.CurrentY Properties to position the Cursor on the Printer and useCode:Printer.StartDocto put some text on it, this puts it all on one line though, you need to Split it up to fit it on the page. If you Need to start a new Page useCode:Printer.Print strMyStringthen useCode:Printer.NewPageto print it.Code:Printer.EndDoc




Reply With Quote