16990.html

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

HTML
22
字号
<html>
  <head>
    <title>安装程式的问题</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>安装程式的问题</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:edda@mail.ht.net.tw">爱德华</a> on August 10, 1999 at 15:48:04:<p>
目前我正在撰写一个install的程式,但是当我写好之后却发生一个问题,那就是在安装过程中正准备安装硬体的Driver时,显示出"安装程式无法安装",错误码为<br>1FB,我不知为什么,以下是我的程式码,请各位先进多多帮忙<br>                                                             吴忠辉 Private Sub install_comb_Click()<br>Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3", vbNormalFocus)<br>SendKeys "%d"<br>SendKeys "+{TAB}"<br>SendKeys "{right}"<br>SendKeys "%c"<br>SendKeys "~"<br>SendKeys "{right}"<br>SendKeys "~"<br>SendKeys "%h"<br>SendKeys ".\pg880"<br>SendKeys "~"<br>SendKeys "~"<br>SendKeys "~"<br>End Sub<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16990-->
</ul><!--end: 16990-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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