-
三星DVD的源代码部分
samsung dvd source code part3
- 2022-03-22 23:18:02下载
- 积分:1
-
DVD_BMP2LOGO 工具操作使用说明。
DVD_BMP2LOGO 工具操作使用说明。-DVD_BMP2LOGO use tools to operate.
- 2022-12-18 23:15:02下载
- 积分:1
-
卓然的DVD部分源代码
zoran dvd source code part1
- 2023-02-18 23:25:06下载
- 积分:1
-
您拥有了这个可以自己更该界面等,简单的软件更该操作
您拥有了这个可以自己更该界面等,简单的软件更该操作-You have more of this can be their own, such as the interface, the software simple to operate
- 2022-01-26 08:10:41下载
- 积分:1
-
samsung dvd source code part2
samsung dvd source code part2
- 2023-05-28 12:50:03下载
- 积分:1
-
shjkkkkkkkkkkkkkkljhsjsjsssssssssss
POLAR学习资料,大家一起谢谢,我也在学习之中,一起啦。-shjkkkkkkkkkkkkkkljhsjsjsssssssssss
- 2022-03-10 09:45:03下载
- 积分: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
-
libdvdread提供阅读DVD视频盘简单的基础。它提供了…
libdvdread provides a simple foundation for reading DVD video disks. It provides the functionality that is required to access many DVDs. It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling.
- 2022-05-19 18:16:42下载
- 积分: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
-
In the use of Magic CD/DVD Burner Controls generate write a guide to start the I...
在使用Magic CD/DVD Burner控件写个生成可引导启动的ISO时,碰到引导功能不正常,为了解决该控件的BUG,首先要解决引导文件在ISO的位置与读取方式,特此写了以下代码,方解决Magic CD/DVD Burner的问题。
-In the use of Magic CD/DVD Burner Controls generate write a guide to start the ISO encountered unusual guide features, in order to solve the control of the BUG, first of all to solve the guidance document in the ISO read mode and the location, and would like to write the following code, to solve the Magic CD/DVD Burner problem.
- 2022-11-06 12:40:04下载
- 积分:1