-
dvd source to develop the necessary procedures, rare! Zoron program source progr...
dvd 源码 开发必要程序 ,难得!
zoron方案的源码程序-dvd source to develop the necessary procedures, rare! Zoron program source programs
- 2023-06-09 15:30:03下载
- 积分: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
数学建模DVD在线租赁的第一问matlab和lingo程序(Mathematical modeling DVD online rental program)
- 2013-09-07 18:48:17下载
- 积分: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
-
巴西三星调谐器驱动源代码,和日本的ISDB
三星巴西和日本ISDB-T制式高频头驱动程序的源码-source code of Samsung tuner drive for Brazil, and Japan ISDB-T standard
- 2022-02-12 23:09:09下载
- 积分:1
-
sunplus MP3 logo相关做法及实例
sunplus MP3 logo相关做法及实例-sunplus MP3 logo-related practices and examples
- 2022-08-05 16:38:55下载
- 积分:1
-
vc++编写的CD播放器开放代码
vc++编写的CD播放器开放代码-vc++ prepared CD players, opening up the code
- 2022-03-26 17:35:26下载
- 积分:1
-
系统检查DVD的输入和输出,分配CLA
a system to check the DVD input and output, assignment for cla-a system to check the DVD input and output, assignment for class
- 2022-03-29 05:22:01下载
- 积分:1
-
flash代码
Flash code
- 2022-01-25 16:13:35下载
- 积分: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