11890.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 31 行
HTML
31 行
<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 14:49:44:<p>
In Reply to: <a href="11883.html">Re: 谁能回答我的问题呢??</a> posted by Knight on April 12, 1999 at 11:35:34:<p>
: : : : 请教高手 :<br>: : : : 是否有 win api 或其他方法 可以在run time 时增加 check box , text box 之类的控制项?<p>: : : 先把text1变阵列<br>: : : 再用load text1(1)<p>: <br>: : 不行ㄝ!!<br>: 不合用或不能用?<p><p>我是这样做的 !!<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 !!<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 11890-->
<!--top: 11899--><li><a href="11899.html">Re: 谁能回答我的问题呢??</a> <b>Knight</b> <i>16:54:58 4/12/99</i>
(<!--responses: 11899-->1)
<ul><!--insert: 11899-->
<!--top: 11902--><li><a href="11902.html">Re: 谁能回答我的问题呢??</a> <b>大头</b> <i>18:27:22 4/12/99</i>
(<!--responses: 11902-->0)
<ul><!--insert: 11902-->
</ul><!--end: 11902-->
</ul><!--end: 11899-->
</ul><!--end: 11890-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?