17207.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: 请问: VB要如何于 runtime 时 增加 如 Button, text, .... 等object !?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 请问: VB要如何于 runtime 时 增加 如 Button, text, .... 等object !?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:jtomail@tomail.com.tw">j</a> on August 13, 1999 at 17:34:51:<p>In Reply to: <a href="17202.html">请问: VB要如何于 runtime 时 增加 如 Button, text, .... 等object !?</a> posted by Albert on August 13, 1999 at 16:36:39:<p>: <br>: @@<p>以下程式只能在VB6新增控制项其他小弟就不清楚了<p>Dim TextNew As TextBox<p>Private Sub Form_Load()<br>Set TextNew = Form1.Controls.Add("VB.TextBox", "TextNew")<br>TextNew.Visible = True<br>End Sub<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17207--><!--top: 17214--><li><a href="17214.html">多谢指教!!!</a> <b>Albert</b> <i>18:11:10 8/13/99</i>(<!--responses: 17214-->0)<ul><!--insert: 17214--></ul><!--end: 17214--></ul><!--end: 17207--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?