1917.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 22 行
HTML
22 行
<html> <head> <title>Re: 请问有关物件text内容清除的问题</title> </head> <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK=""> <center> <h1>Re: 请问有关物件text内容清除的问题</h1> </center><HR><p>Posted by <a href="mailto:fann@tccm.edu.tw">小刘</a> on February 12, 1998 at 02:10:03:<p>In Reply to: <a href="1915.html"><b>请问有关物件text内容清除的问题</b></a> posted by 阿东 on February 12, 1998 at 00:26:59:<p>Private Sub Form_Load()<br> Texta.Text = "" 'Form1<br>End Sub<p>Private Sub Form_Load()<br> Textb.Text = "" 'Form2<br>End Sub<p>Private Sub Texta_Change()<br>If Texta.Text = "0" Then<br> Texta.Text = ""<br> Form1.Visible = False<br> Form2.Visible = True<br>End If<br>End Sub<p>Private Sub Textb_Change()<br>If Textb.Text = "0" Then<br> Textb.Text = ""<br> Form2.Visible = False<br> Form1.Visible = True<br>End If<br>End Sub<br><br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1917--></ul><!--end: 1917--><br><HR><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?