代码搜索:mciSendString
找到约 278 项符合「mciSendString」的源代码
代码结果 278
www.eeworm.com/read/349780/10800352
cpp hardwareplugin.cpp
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/270259/11043285
frm frmabout.frm
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 4 'Fixed ToolWindow
Caption = "关于…… ……点击滚动字幕结束……"
ClientHeight = 2985
ClientLeft = 45
Clie
www.eeworm.com/read/437398/7749109
pas umedia.pas
unit uMedia;
interface
uses
Windows, mmSystem, SysUtils, Dialogs;
var
cmd: string;
dwReturn: Longint;
MCIReturn: array[1..128] of char;
Ret: PChar;
//打开文件 播放无窗口文
www.eeworm.com/read/330445/12891006
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,mmsystem;
type
TForm1 = class(TForm)
procedure FormCreate(Sender: T
www.eeworm.com/read/142205/12957384
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, mmsystem,SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/141570/12999026
txt 80.txt
显示多媒体信息
随着多媒体技术的迅速发展,管理信息系统中不可避免地出现了表格、图形、图像、声音、动画等非结构化数据。非结构化数据和结构化数据(数值和字符)的存储格式和存储模式不同,需要多媒体数据库来统一管理。
本文介绍了利用Visual Basic 6.0来实现显示或播放多媒体数据,所运用的进程调用等技术对于Windows环境下的其他编程应用也有重要的参考价值。
利用VB实现多媒体数据 ...