Does anyone know of a reference that pulls together all the pieces of the .NET Framework to explain how to do the same kind of formatted printing you used to do with the Printer object in VB6? -- Things such as Printer.CurrentX and Printer.CurrentY to position the next insertion point on a page, Printer.Print, Printer.NewPage, Printer.EndDoc. .NET breaks the Printer and if you want to do formatted printing you have to find all the pieces and put them back together. The 5 .NET books I have only contain references to dumping a file to the printer.