2486.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 29 行

HTML
29
字号
<html>
  <head>
    <title>我这样做对吗?</title>
  </head>
  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
    <center>
      <h1>我这样做对吗?</h1>
    </center>

<HR><p>
Posted by <a href="mailto:lifepc@tpts5.seed.net.tw">小余</a> on April 02, 1998 at 23:10:53:<p>
我在 Form 中放置了 ComboBox 名为 cboMonth<p>在 Form_Load()      设定 cboMonth 的值<br>在 cboMonth_Click() 设定所要做的动作<br>但似乎 cboMonth_Click() 要比 Form_Load() 先执行<br>于是我用一个变数判断 Form_Load() 是否有执行,若没执行则<br>不执行cboMonth_Click()。<p>我这样做对吗?还是有更好的方法?
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 2486-->
<!--top: 2487--><li><a href="2487.html"><b>不可能</b></a> 小吴 <i>01:02:18 4/03/98</i>
(<!--responses: 2487-->1)
<ul><!--insert: 2487-->
<!--top: 2523--><li><a href="2523.html"><b>Re: 不可能</b></a> 小余 <i>01:18:29 4/07/98</i>
(<!--responses: 2523-->0)
<ul><!--insert: 2523-->
</ul><!--end: 2523-->
</ul><!--end: 2487-->
</ul><!--end: 2486-->
<br><HR><p>

</body></html>

⌨️ 快捷键说明

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