12102.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: 怎样用 MMControl 控制项播放 AVI 呀?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 怎样用 MMControl 控制项播放 AVI 呀?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by 阿毛 on April 16, 1999 at 23:56:12:<p>
In Reply to: <a href="11930.html">怎样用 MMControl 控制项播放 AVI 呀?</a> posted by 小猫 on April 13, 1999 at 16:33:45:<p>
:  我一开始写了...<br>:      MCI.DeviceType = "AVIViedo"<br>:      MCI.Command = "open"<br>:      If MCI.DeviceID = 0 Then<br>:          MsgBox "AVIViedo Device Not Open !"<br>:      End If<br>:  run的结果DeviceID一直都是0, 好像是因为抓不到AVI的装置..<br>:  究竟该怎么做呢?<br>不晓得用Shell可不可以<br>个人猜测...<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12102-->
</ul><!--end: 12102-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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