3847.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: keyset?help me!</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: keyset?help me!</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:jwh@ms1.hinet.net">纪文和</a> on July 13, 1998 at 12:56:14:<p>
In Reply to: <a href="3846.html">keyset?help me!</a> posted by hujian on July 13, 1998 at 12:18:21:<p>
;the problem is when i press left,right,up,down keys i can <br>: not get the keyname.it can not do the keypress event.why?<p>Function Key, You must use Key_Down,or Key_Up, Not Key_Press,Because their parameter is :<br>Key_Press : KeyAscii<br>Key_Down : KeyCode<br>Key_Up : KeyCode<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 3847-->
</ul><!--end: 3847-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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