⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 9001.html

📁 VB技巧问答10000例 VB技巧问答10000例
💻 HTML
字号:
<html>
  <head>
    <title>Re: vb的物件可以变阵列,那自制的ocx呢???????</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: vb的物件可以变阵列,那自制的ocx呢???????</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:kenter@mail.seeder.net.tw">Vincent</a> on January 08, 1999 at 20:20:31:<p>
In Reply to: <a href="8627.html">vb的物件可以变阵列,那自制的ocx呢???????</a> posted by hip on December 27, 1998 at 11:05:59:<p>
: 目前刚做好一个ocx把他放在子表单<br>: 然后执行程式,到底程式要如何写才能复制物件(让它成为阵列)<p>首先将 Control Index 属性设成 0 然后用 Load 方式载入控制项,在将Visible 设成 True<p>sub CtlArray(iCount as Integer)<br>for i=1 to iCount<br>load Command1<br>Command1(i-1).Left=Command1.Left+ _<br>Command1.Width+100<br>Command1.Visible=True<br>next<br>end sub
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9001-->
</ul><!--end: 9001-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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