1131.html

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

HTML
26
字号
<html>  <head>    <title>Re: 利用 KeyPress 事件</title>  </head>  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="blue" VLINK="#808080" ALINK="red">    <center>      <h1>Re: 利用 KeyPress 事件</h1>    </center><HR><p>Posted by <a href="mailto:a338479@ms3.hinet.net">刘柏泛</a> on October 19, 1997 at 23:30:42:<p>In Reply to: <a href="1105.html"><b>利用 KeyPress 事件</b></a> posted by 小吴 on October 15, 1997 at 17:34:44:<p><br>: 这个在之前就已经提过了,在 KeyPress 事件中写一段小程式即可。<p>: Private Sub Text1_KeyPress (KeyCode As Integer)<br>:  If KeyCode = 13 Then    ' Enter 键<br>:   KeyCode = 0<br>:   Text2.SetFocus<br>:  End If<br>: End Sub<p>keyCode 改成 keyAscii<br><br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1131--><!--top: 1144--><li><a href="1144.html"><b>多谢指正</b></a> 小吴 <i>05:29:24 10/20/97</i>(<!--responses: 1144-->0)<ul><!--insert: 1144--></ul><!--end: 1144--></ul><!--end: 1131--><br><HR><p></body></html>

⌨️ 快捷键说明

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