代码搜索:mciSendString
找到约 278 项符合「mciSendString」的源代码
代码结果 278
www.eeworm.com/read/366519/9811090
hdf 3.hdf
;******************************************************************************
; Ver 1.0, Last Update Dec 08, 1993 *
; rt
www.eeworm.com/read/365714/9850027
hdf rtflib.hdf
;******************************************************************************
; Ver 1.0, Last Update Dec 08, 1993 *
; rt
www.eeworm.com/read/209251/15224974
hdf rtflib.hdf
;******************************************************************************
; Ver 11.0, Last Update Jan 07, 1993 *
; rt
www.eeworm.com/read/178059/9421341
cls mmedia.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/151211/12228190
txt 52(1).txt
如何用API播放CD
'Author: Gordon F. MacLeod
' How to play a CD Audio disc via API
' Declare the following API
Declare Function mciSendString& Lib "MMSYSTEM" (ByVal lpstrCommand$,
ByVal
www.eeworm.com/read/192685/8360384
txt 编写多媒体播器时,怎样才能实现遁环播放.txt
一 个 专 用 的 API函 数 ,SndPlaySound(), 此 函 数 是 一 个 可 独 立 播 放 WAV 语 音 文 件 的 函 数 , 使 用 相 对 来 说 较 为 简 单 ,无 需 使 用 MMControl, 下 面 的 例 子 可 直 接 播 放 TEST.WAV文 件 :
Private Declare Function sndPlaySound Lib "w
www.eeworm.com/read/192685/8360429
txt 如何播放背景音乐(midi).txt
你 使 用 的 是 VB 6.0, 可 你 调 用 的 API函 数 却 都 是 16位 的 , 当 然 不 会 成 功 。 正 确 的 方 法 如 下 :
实 现 加 入 如 下 声 明 :
Private Declare Function mciSendString Lib "winmm.dll" Alias _
"mciSendStringA" (ByV
www.eeworm.com/read/192685/8360466
txt mcigetdeviceid不能返回id号.txt
可 能 有 以 下 原 因 :
1、 打 开 cdaudio时 没 有 成 功
2、 打 开 设 备 时 使 用 了 别 名 , 比 如 :
mciSendString "open cdaudio alias cd", "", 0, 0
mciSendString "play cd", "", 0, 0
这 时 使 用 mciGetD
www.eeworm.com/read/187416/8640571
bas module2.bas
Attribute VB_Name = "Module2"
Option Explicit
Global PlayT As Boolean
Global lngW As Long, lngH As Long
Global TipTrue As Boolean, CloseT As Boolean
Global MyFile(20) As String, i As Integer
'
www.eeworm.com/read/167561/9961915
vb mci.vb
Option Strict Off
Option Explicit On
Friend Class Form1
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing Th