4429.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: 请问怎样在form2显示form1的资料?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 请问怎样在form2显示form1的资料?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:Geraldine@pcmail.com.tw">丸子</a> on August 06, 1998 at 15:53:06:<p>
In Reply to: <a href="4428.html">请问怎样在form2显示form1的资料?</a> posted by kkcheung on August 06, 1998 at 15:20:18:<p>
: 如果想在form2的text1.text显示form1的text1.text<br>: 应该怎样完成.<br>: 我想过在form2上作text1.text=form1.text1.text,但当然错了.<p>我试过可以耶<br>  Private Sub Form_Load()<br>   Text1.text = Form1.Text1.text<br> End Sub<p><p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 4429-->
</ul><!--end: 4429-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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