⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 6689.html

📁 VB技巧问答10000例 VB技巧问答10000例
💻 HTML
字号:
<html>
  <head>
    <title>Re: 如何用 SendMessage API click 一个Command Button ?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 如何用 SendMessage API click 一个Command Button ?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:ch/proim@domino.proim.com.tw">ch</a> on October 22, 1998 at 16:51:12:<p>
In Reply to: <a href="6670.html">如何用 SendMessage API click 一个Command Button ?</a> posted by 儿子 on October 22, 1998 at 01:22:20:<p>
: 如何用 SendMessage API click 一个Command Button ?<br>其实根本不必用到Windows API,只要你...<br>范例:(在一表单上放一按纽)<br>Private Sub Command1_Click()<br>    MsgBox "this is a book"<br>End Sub<p>Private Sub Form_Load()<br>    Call Command1_Click'只要这个叙述即可<br>End Sub<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 6689-->
</ul><!--end: 6689-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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