21700.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 27 行

HTML
27
字号
<html>  <head>    <title>Re: 急件...</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 急件...</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 小v on November 29, 1999 at 18:53:20:<p>In Reply to: <a href="21698.html">急件...</a> posted by 如玉 on November 29, 1999 at 17:56:31:<p>: 如何将text1下按下enter后,游标会自动停在text2上呢?<br>: 谢谢!<p>Private Sub Text1_KeyPress(.......)<br>If Shift=0 and Keycode=13 then<br>   Text2.SetFocus<br>End if<br>End Sub<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21700--><!--top: 21702--><li><a href="21702.html">Re:回急件...</a> <b>阿禄</b> <i>19:42:28 11/29/99</i>(<!--responses: 21702-->0)<ul><!--insert: 21702--></ul><!--end: 21702--></ul><!--end: 21700--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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