17618.html

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

HTML
23
字号
<html>  <head>    <title>Re: Focus 的问题</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: Focus 的问题</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 20, 1999 at 20:26:40:<p>In Reply to: <a href="17599.html">Focus 的问题</a> posted by 大汉堡 on August 20, 1999 at 17:56:39:<p>: 像VB的一些属性视窗,仅管变换Focus,<br>: 它的CommandButton中会有一个外框是<br>: 颜色较深的(预设是<确定>键),只要直接<br>: 按Enter,就等于按了这个CommandButton<br>: ,如何作出这个功能呢?<p>只要将该 CommandButton 的 Default 属性设成 True 即可.<br>Default 属性对应 Enter 键<br>Cancel 属性则对应 ESC 键<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: 17618--></ul><!--end: 17618--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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