21082.html

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

HTML
23
字号
<html>  <head>    <title>Re: 试试用WinAPI。</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 试试用WinAPI。</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by ComBilli on November 07, 1999 at 13:51:22:<p>In Reply to: <a href="21071.html">如何利用vb拨放影像档ㄚ</a> posted by vincent on November 07, 1999 at 08:10:06:<p>源程式如下。<br>Sub OpenSound()<br>Private Declare Function mciExecute Lib "winmm.dll" (ByVal playfile As String) As Long<br>mciExecute("Play C:\V8.Wav")<br>End Sub<p><br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21082--></ul><!--end: 21082--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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