VB可以使用Printer对像实现打印,可是如果要把打印请求发给打印机。要执行Enddoc方法。这样的话,页面就结束了。想要实现楼主要求的功能,可以试试在Enddoc前面保存Printer.CurrentX和Printer.CurrentY,并在Enddoc后恢复打印坐标。
输出之后不要急着enddoc,用Printer.CurrentX和Printer.CurrentY定位后继续输出