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

📄 12967.html

📁 以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题.对一些VB初学者很用.
💻 HTML
字号:
<html>
  <head>
    <title>那这样跟二维阵列好像没关系ㄝ :P (无内文)</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>那这样跟二维阵列好像没关系ㄝ :P (无内文)</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by 小翰 on May 15, 1999 at 00:12:23:<p>
In Reply to: <a href="12965.html">If  TypeOf ... Is ..Then</a> posted by 纪文和 on May 14, 1999 at 23:56:57:<p>
: : 我是要能够自动把form上的物件读出来之后取得<br>: : 物件的类别及名称,这样一来就可以将表单上的<br>: : 物件做其他的处理,例如可以清除所有TextBox.text<br>: : 的内容,这不是很好用吗?<p>: 是要这个吗 ?<br>: Sub ControlProcessor(MyControl As Control)<p>: If TypeOf MyControl Is CommandButton Then<br>: 		Debug.Print "You passed in a " & TypeName(MyControl)<br>: 	ElseIf TypeOf MyControl Is CheckBox Then<br>: 		Debug.Print "You passed in a " & TypeName(MyControl)<br>: 	ElseIf TypeOf MyControl Is TextBox Then<br>: 		Debug.Print "You passed in a " & TypeName(MyControl)<br>: 	End If<p>: End Sub<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12967-->
<!--top: 12996--><li><a href="12996.html">谢谢你们的帮助,我把它写出来了,顺便供你们参考</a> <b>Jonny</b> <i>00:53:28 5/16/99</i>
(<!--responses: 12996-->0)
<ul><!--insert: 12996-->
</ul><!--end: 12996-->
</ul><!--end: 12967-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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