3227.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 22 行

HTML
22
字号
<html>
  <head>
    <title>使用 PictureBox 及 Print method</title>
  </head>
  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
    <center>
      <h1>使用 PictureBox 及 Print method</h1>
    </center>

<HR><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on June 14, 1998 at 18:26:31:<p>
In Reply to: <a href="3221.html"><b>有没有辨法将</b></a> posted by Danny on June 13, 1998 at 20:30:15:<p>
你可以对 PictureBox 上使用 Print method 呀! 例如<br> Picture1.Print "大家好"<br>然后对 PictureBox 使用 SavePicture 存起来即可。<br>不过 Print 没有自动换列的功能,你可以参考 TextOut API 来试看看。
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 3227-->
</ul><!--end: 3227-->
<br><HR><p>

</body></html>

⌨️ 快捷键说明

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