18009.html

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

HTML
23
字号
<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 <a href="mailto:luo570@ms31.hinet.net">小琳</a> on August 27, 1999 at 20:39:50:<p>In Reply to: <a href="17972.html">请问如何设计滑鼠右键,如按右键就呼叫某个表单.?</a> posted by 小洪 on August 27, 1999 at 12:42:16:<p>: 如题...<p>:::<br>Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)<br>    If Button = 2 Then<br>        Form2.Show<br>    End If<br>End Sub<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18009--></ul><!--end: 18009--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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