17928.html

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

HTML
35
字号
<html>  <head>    <title>Re: 又是 SendKeys 的问题</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 又是 SendKeys 的问题</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by nothing on August 26, 1999 at 17:55:45:<p>In Reply to: <a href="17923.html">又是 SendKeys 的问题</a> posted by 阿千 on August 26, 1999 at 16:28:57:<p>: 我sendkeys给photoimpact(一堆hotkey), 但似乎too fast<br>: 以至于来不及处理. 如何让vb等一会儿再sendkeys呢?<br>: SendKeys "%o", true<br>: SendKeys "p", true<br>:      .<br>:      .<br>: 难道要用for..next loop吗?<p>用 DOEVENTS 试试看<br>SendKeys "%o", true<br>DOEVENTS <br>SendKeys "p", true<br>DOEVENTS <p><p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17928--><!--top: 17933--><li><a href="17933.html">Re: 又是 SendKeys 的问题</a> <b>dino</b> <i>20:58:31 8/26/99</i>(<!--responses: 17933-->2)<ul><!--insert: 17933--><!--top: 17975--><li><a href="17975.html">我要写一个......</a> <b>阿千</b> <i>13:00:02 8/27/99</i>(<!--responses: 17975-->1)<ul><!--insert: 17975--><!--top: 18018--><li><a href="18018.html">早说嘛...</a> <b>笋子</b> <i>00:43:10 8/28/99</i>(<!--responses: 18018-->0)<ul><!--insert: 18018--></ul><!--end: 18018--></ul><!--end: 17975--></ul><!--end: 17933--></ul><!--end: 17928--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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