4349.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 查查看印表机驱动程式是否提供直印或横印功能</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 查查看印表机驱动程式是否提供直印或横印功能</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:jry@tpts4.seed.net.tw">jerry</a> on August 03, 1998 at 22:47:23:<p>
In Reply to: <a href="3792.html">Re: 查查看印表机驱动程式是否提供直印或横印功能</a> posted by wave on July 10, 1998 at 10:44:13:<p>
<p>: : 小弟目前需要在VB中改变印表机列印方向为直印,<br>: : 试过 printer.orientation , 但似乎不work, 不晓得是否有<br>: : 什么方法可解??  谢谢!!<p>: : vb版本:vb6.0 sp3, <br>: : os: win95 osr2<p>: vb6.0之printer设定值,若印表机驱动程式不提供,则不产生作用,设定时也不会产生错误.请检查你的印表机驱动程式手册是否提供此功能.<p><br>Please try the following statement<br>Printer.Orientation=1<p>'vbPRORPortrait	1	文件列印是以纸的窄边作'顶端。<br>'vbPRORLandscape	2	文件列印是以纸的宽边作'顶端。<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 4349-->
</ul><!--end: 4349-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?