4481.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 46 行

HTML
46
字号
<html>
  <head>
    <title>Help me! or the management will kill me!</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Help me! or the management will kill me!</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:leeyi@163.net">Li Yi</a> on August 07, 1998 at 16:35:14:<p>
There are to options in my frame. When I click option optDaily, the frame frmDaily will be displayed and when I click optMonthly, the frame frmMonthly will be displayed. The frmDaily and frmMonthly are at the same place. So at one time only one can be seen. Would you please tell me what's wrong with my program? <p>Private Sub OptDaily_Click()<br>    frmDaily.Visible = True<br>    frmMonthly.Visible = False<br>End Sub<p>Private Sub OptMonthly_Click()<br>    frmMonthly.Visible = True<br>    frmDaily.Visible = False<br>End Sub<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 4481-->
<!--top: 4512--><li><a href="4512.html">Re: Help me! or the management will kill me!</a> <b>joseph</b> <i>12:08:56 8/08/98</i>
(<!--responses: 4512-->0)
<ul><!--insert: 4512-->
</ul><!--end: 4512-->
<!--top: 4492--><li><a href="4492.html">Re: Help me! or the management will kill me!</a> <b>wind</b> <i>18:13:12 8/07/98</i>
(<!--responses: 4492-->0)
<ul><!--insert: 4492-->
</ul><!--end: 4492-->
<!--top: 4488--><li><a href="4488.html">Re: Help me! or the management will kill me!</a> <b>joseph</b> <i>17:32:13 8/07/98</i>
(<!--responses: 4488-->3)
<ul><!--insert: 4488-->
<!--top: 4490--><li><a href="4490.html">Re: Help me! or the management will kill me!</a> <b>Li Yi</b> <i>17:47:22 8/07/98</i>
(<!--responses: 4490-->2)
<ul><!--insert: 4490-->
<!--top: 4511--><li><a href="4511.html">Re: Help me! or the management will kill me!</a> <b>joseph</b> <i>11:52:57 8/08/98</i>
(<!--responses: 4511-->0)
<ul><!--insert: 4511-->
</ul><!--end: 4511-->
<!--top: 4510--><li><a href="4510.html">I'll kill you! hahaha!!!!!!.......</a> <b>Your management</b> <i>11:31:51 8/08/98</i>
(<!--responses: 4510-->0)
<ul><!--insert: 4510-->
</ul><!--end: 4510-->
</ul><!--end: 4490-->
</ul><!--end: 4488-->
</ul><!--end: 4481-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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