9333.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: print preview</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: print preview</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:ml.peng@wsmc.com.tw">帅帅阿柳</a> on January 18, 1999 at 18:09:31:<p>
In Reply to: <a href="9228.html">print preview</a> posted by Gary Tsang on January 15, 1999 at 11:21:53:<p>
There are many people ask this question. You can find the answer in the previous reply. In general, you need to calculate all coordination of objects which are printed. Then show them on a picturebox control. There are many properties and methods which are shared by picturebox control and Printer object. After users confirm the result of Print Preview via Picturebox, just re-paint all objects in printer object and use "EndDoc" to perform the actual task.<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9333-->
</ul><!--end: 9333-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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