8203.html

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

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

<hr size=7 width=75%><p>
Posted by chjichin on December 10, 1998 at 12:54:33:<p>
In Reply to: <a href="8200.html">hurry help me!!!thanks!!!</a> posted by hujian on December 10, 1998 at 12:22:02:<p>
: i use form.picture property to make form's background.<br>: but the picture size is smaller than form size.how can<br>: i LET THE PIC TO FIT THE FORM SIZE?(not the form to fit pic)<br>: please help me!thanks!<p>I use this way(clumsy),but can solve this problem<p>Add a image on form.<br>and ...<p><br>Private Sub Form_Resize()<br>Image1.Stretch = True<br>image1.picture=<You assign><br>Image1.Width = Form1.Width<br>Image1.Height = Form1.Height<br>End Sub<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8203-->
</ul><!--end: 8203-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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