-
期权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
-
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
-
sunplus 方案DVD UART使用方法
sunplus 方案DVD UART使用方法-Sunplus DVD UART to use the program
- 2022-01-26 16:46:08下载
- 积分:1
-
8208D源程序
公司内部机密资料,贡献给大家,希望大家喜欢
8208D源程序
公司内部机密资料,贡献给大家,希望大家喜欢-8208D source of confidential information within the company, contribution to you and hope you like
- 2022-03-21 07:12:12下载
- 积分:1
-
DVD解码播放芯片mt1379部分示例源码
DVD解码播放芯片mt1379部分示例源码-DVD decoder chip to play some mt1379 sample source
- 2022-06-01 22:11:28下载
- 积分:1
-
歌霸dvd,卡拉ok点唱系统risc部分代码
歌霸dvd,卡拉ok点唱系统risc部分代码-Song Pa dvd, karaoke singing ok point system RISC part of the code
- 2022-01-26 06:35:21下载
- 积分:1
-
ESS4318F DATASHEET
ESS DVD ES4318 的一份芯片资料-ESS4318F DATASHEET
- 2022-02-28 17:33:34下载
- 积分:1
-
samsung dvd source code part2
samsung dvd source code part2
- 2023-05-28 12:50:03下载
- 积分:1
-
DirectShow开发WebDVD播放器
directShow开发的webdvd播放器-DirectShow development webdvd player
- 2022-08-16 16:57:58下载
- 积分:1
-
samsung dvd source code part1
samsung dvd source code part1
- 2022-11-11 10:00:03下载
- 积分:1