C chaolong2002 Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-05 #1 我是个新手,请问使用printdialog时, 怎样设置打印份数呢?
C chaolong2002 Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-05 #3 to yzhshi: 给个例子,把代码贴给我吧!
Y yzhshi Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-05 #4 if PrintDialog1.Execute then {执行后,你更改打印页数,然后就会返回的} ShowMessage(IntToStr(PrintDialog1.copies));
C chaolong2002 Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-05 #5 我试了可是编缉不通过: [Error] Project1.dpr(11): Undeclared identifier: 'TAppBuilder'