如何设置IE里面打印机参数,如上边距,左边距(100分)

  • 主题发起人 主题发起人 fjolives
  • 开始时间 开始时间
F

fjolives

Unregistered / Unconfirmed
GUEST, unregistred user!
如何在程序里改变ie打印设置
 
我也想知道具体的实现方法。或者用ActiveX也行
 
如果可以用ActiveX那就簡單了,在ActiveX中用程序修改注冊表吧:
[HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/PageSetup]
"header"="&w&b第 &p 頁,共 &P 頁"
"footer"="&u&b&d"
"margin_bottom"="0.39300"
"margin_left"="0.39300"
"margin_right"="0.39300"
"margin_top"="0.39300"
"duplex"="0"
"orientation"="2"
"paper_size"="9"
"paper_source"="15"
"printer"="ABiCO CL-400KT"
 
后退
顶部