2030.html

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

HTML
25
字号
<html>  <head>    <title>Question about MDI child form</title>  </head>  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">    <center>      <h1>Question about MDI child form</h1>    </center><HR><p>Posted by <a href="mailto:rice41@technologist.com">Rice41</a> on February 20, 1998 at 07:57:27:<p>1st thanks for your last help<p>I am just thinking to have a MDI parent form with <br>a1, a2, a3, a4 ...... as MDI child form<br>b1, b2, b3, b4 ...... as MDI child form<br>then a1.show , b1.show <br>do something then<br>a1.hide b1.hide and a2.show b2.show then<br>do somthing then<br>a2.hide b2.hide ... etc<p>Is there any better way to control the Hide and show events?<br>I have think about using array but is there any `form aray' which is similar to control array? Thanks<br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 2030--><!--top: 2047--><li><a href="2047.html"><b>Forms collection 或 array</b></a> 小吴 <i>17:23:03 2/22/98</i>(<!--responses: 2047-->0)<ul><!--insert: 2047--></ul><!--end: 2047--></ul><!--end: 2030--><br><HR><p></body></html>

⌨️ 快捷键说明

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