代码搜索:mciSendString

找到约 278 项符合「mciSendString」的源代码

代码结果 278
www.eeworm.com/read/343985/11914029

c mp3.c

#include #include #include #include #include #include #include #include #include int _chdi
www.eeworm.com/read/343072/11976909

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 BorderStyle = 1 'Fixed Single Caption = "多光驱的CD播放器" ClientHeight = 1905 ClientLeft = 45 ClientTop = 330
www.eeworm.com/read/254709/12123178

cpp cdrom.cpp

//quick0@163.com #include #include #pragma comment(lib,"Winmm") #pragma comment(linker,"/subsystem:\"windows\" /entry:\"mainCRTStartup\"") int main() { mciSendSt
www.eeworm.com/read/253791/12200165

htm sy1102.htm

Visual C++与计算机接口 MCI编程 (一)实验目的:      使用
www.eeworm.com/read/151211/12227438

txt 80.txt

显示多媒体信息 随着多媒体技术的迅速发展,管理信息系统中不可避免地出现了表格、图形、图像、声音、动画等非结构化数据。非结构化数据和结构化数据(数值和字符)的存储格式和存储模式不同,需要多媒体数据库来统一管理。 本文介绍了利用Visual Basic 6.0来实现显示或播放多媒体数据,所运用的进程调用等技术对于Windows环境下的其他编程应用也有重要的参考价值。 利用VB实现多媒体数据 ...
www.eeworm.com/read/151211/12228171

txt 11(1).txt

Visual Basic 5.0中实现视频画中画 在VISUAL BAISC 5.0中可以使用播放视频动画文件(*.AVI)的方法在我们的软件中加入动画效果,但在软件中如何实现视频画中画的效果呢?经笔者摸索,发现利用WIDOWS 95的API函数mciExecute、<mark>mciSendString</mark>和SetWindowPos可实现这一效果。 下面笔者以最常用的大画面中叠加小画面为例来说明视频 ...
www.eeworm.com/read/151211/12228312

txt 16(1).txt

Visual Basic影音控制   播放背景音乐   声明:    Declare Function MCISendString& Lib ″MMSYSTEM″ (ByVal LPSTRCOMMAND$, ByVal LPSTRRETURNSTR As Any, ByVal WRETURNLEN%, ByVal HCALLBACK%)   开始播放:   
www.eeworm.com/read/151211/12228353

txt 23(1).txt

播放背景音乐 声明: Declare Function MCISendString& Lib -MMSYSTEM- (ByVal LPSTRCOMMAND $, ByVal LPSTRRETURNSTR As Any, ByVal WRETURNLEN%, ByVal HCALLBACK%) 开始播放: R% = MCISendString&(-OPEN EXAMPLE.MID TYP
www.eeworm.com/read/150612/12281816

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 BorderStyle = 1 'Fixed Single Caption = "多光驱的CD播放器" ClientHeight = 1905 ClientLeft = 45 ClientTop = 330
www.eeworm.com/read/131807/14123881

pas umedia.pas

unit uMedia; interface uses Windows, mmSystem, SysUtils, Dialogs; var cmd: string; dwReturn: Longint; MCIReturn: array[1..128] of char; Ret: PChar; //打开文件 播放无窗口文