-
8208D源程序
公司内部机密资料,贡献给大家,希望大家喜欢
8208D源程序
公司内部机密资料,贡献给大家,希望大家喜欢-8208D source of confidential information within the company, contribution to you and hope you like
- 2022-03-21 07:12:12下载
- 积分:1
-
期权explicitprivate宣布cddoor库函数
Option Explicit
Private Declare Function CDdoor Lib "winmm.dll" Alias "mciSendStringA" _
(ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Dim state1 As Boolean
Private Sub Command1_Click()
打开光驱
state1 = True
Call CDdoor("set CDAudio door open", 0, 0, 0)
End Sub
Private Sub Command2_Click()
关闭光驱
state1 = False
Call CDdoor("set CDAudio door closed", 0, 0, 0)
End Sub
Private Sub Command3_Click()
End
End Sub-Option ExplicitPrivate Declare Function CDdoor Lib
- 2022-02-13 01:18:34下载
- 积分:1
-
Support for DVD data disc burning, after careful testing, very useful
支持DVD数据光盘刻录,经过细心测试,非常实用-Support for DVD data disc burning, after careful testing, very useful
- 2022-03-15 12:27:25下载
- 积分:1
-
DVD
数学建模DVD在线租赁的第一问matlab和lingo程序(Mathematical modeling DVD online rental program)
- 2013-09-07 18:48:17下载
- 积分:1
-
EM847xSDK
神龙卡 EM847xSDK 含中文 用 户 开 发 手 册(Shenlong card EM847xSDK with Chinese users manual)
- 2006-12-31 15:40:15下载
- 积分:1
-
Sunplus tool kit the program for up/download firmware for DVD player
Sunplus tool kit the program for up/download firmware for DVD player
- 2023-06-24 05:40:03下载
- 积分:1
-
用VCD/DVD播放器固件,ESS芯片基地
Modifi VCD/DVD Player Firmware, Base ESS Chipset
- 2022-12-20 06:05:03下载
- 积分:1
-
cassette allocated AU screen, so protable friends can refer to the following.
T102 sunplus 配AU屏,做protable的朋友可以参考以下.-cassette allocated AU screen, so protable friends can refer to the following.
- 2022-06-12 04:35:39下载
- 积分:1
-
LCDTV 源程序,集成图文、CC、VCHIP,支持全球平台
LCDTV 源程序,集成图文、CC、VCHIP,支持全球平台
- 2022-02-03 12:23:22下载
- 积分:1
-
This small program is designed to demux a MPEG 2 file (also called Program Strea...
This small program is designed to demux a MPEG 2 file (also called Program Stream).Such movie file it s composed from various packs (video,audio,data,etc.). What this program does is to list every packet in a MPEG2 file along with some info about each pack.It might be interesting to know exactly how much audio or video your movie really contains.-This small program is designed to demux a MP EG 2 file (also called Program Stream). Such mov ie file it"s composed from various packs (video, audio, data, etc.) . What this program does is to list every pa cket in a MPEG2 file along with some info about ea ch pack.It might be interesting to know exactly how much your audio or video movie really contai ns.
- 2023-04-02 15:25:02下载
- 积分:1