11902.html

来自「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 大头 on April 12, 1999 at 18:27:22:<p>
In Reply to: <a href="11899.html">Re: 谁能回答我的问题呢??</a> posted by Knight on April 12, 1999 at 16:54:58:<p>
: : : : : : 请教高手 :<br>: : : : : : 是否有 win api 或其他方法 可以在run time  时增加 check box , text box 之类的控制项?<p>: : : : : 先把text1变阵列<br>: : : : : 再用load text1(1)<p>: : : <br>: : : : 不行ㄝ!!<br>: : : 不合用或不能用?<p>: <br>: : 我是这样做的 !!<p>: : 先在form 上放一个text box 且设为阵列 及一个command button<br>: : 程式码如下:<p>: : Private Sub Command1_Click()<br>: :     Static i As Integer<br>: :     <br>: :     If i < 10 Then<br>: :         i = i + 1<br>: :         Load Text1(i)<br>: :         Text1(i).Top = i * 200<br>: :     End If<br>: :     <br>: :     <p>: : End Sub<p>: : <br>: : 那里有问题吗 ??<br>: : TKS !!<br>: 用text1(i).visible=true<br>: 即可看见<p>ok 了!!<p>Thanks !!<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 11902-->
</ul><!--end: 11902-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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