intellij java:[VB]如何操纵打印机?

来源:百度文库 编辑:高考问答 时间:2024/05/11 03:28:02
别开玩笑

With PrintDialog1
.AllowPrintToFile = True
.AllowSelection = True
.AllowSomePages = False
.Document = PrintDocument1
.ShowDialog()

end with

用手按键!