17018.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: 请问form 中的每一个 control 如何知其 name ?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 请问form 中的每一个 control 如何知其 name ?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:jwh@ms1.hinet.net">纪文和</a> on August 10, 1999 at 19:43:37:<p>In Reply to: <a href="17011.html">请问form 中的每一个 control 如何知其 name ?</a> posted by ms on August 10, 1999 at 18:05:04:<p>: 请问form 中的每一个 control 如何知其 name ?<br>: 例如我有三个 control 其 name 分别为 txtemp_no,cmdok, cmdcancel<br>: 想当 mouse 停在某一 control 时知道其 name 为何 ?<p>您说的当 mouse 停在某一 control 是指 MouseMove(只是经过) 还是已经 click(已经点下去) ? 有差别的 !!<p>若是已经 click 就很简单, 只要用 ActiveControl.Name 即可.<p><a href="http://www.ruentex.com.tw/vbguide" target="_blank">VB入门网</a><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17018--><!--top: 17268--><li><a href="17268.html">Re: 请问form 中的每一个 control 如何知其 name ?</a> <b>小瓜瓜</b> <i>00:27:38 8/15/99</i>(<!--responses: 17268-->0)<ul><!--insert: 17268--></ul><!--end: 17268--></ul><!--end: 17018--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?