-
dvd_rental_systems
DVD Rental System Application
- 2013-06-11 19:51:19下载
- 积分:1
-
一个很好的媒体播放器的程序,是多媒体编程很好的参考程序...
一个很好的媒体播放器的程序,是多媒体编程很好的参考程序-A very good media player of the procedure is a good reference multimedia programming procedures
- 2022-03-12 04:51:07下载
- 积分:1
-
shjkkkkkkkkkkkkkkljhsjsjsssssssssss
POLAR学习资料,大家一起谢谢,我也在学习之中,一起啦。-shjkkkkkkkkkkkkkkljhsjsjsssssssssss
- 2022-03-10 09:45:03下载
- 积分: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
-
zoran dvd source code part3
zoran dvd source code part3
- 2022-08-20 23:39:56下载
- 积分:1
-
View .mpg file, for DVD player
View .mpg file, for DVD player
- 2022-04-09 21:48:18下载
- 积分: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
-
实现DVD MPG格式到AVI编码格式的转换。
实现DVD MPG格式到AVI编码格式的转换。-To realize DVD MPG format encoded AVI format conversion.
- 2022-01-23 10:19:03下载
- 积分:1
-
MT1389LPRADIO_code
MT1389L DVD 方案中的带RADIO(MT1389L DVD program with RADIO)
- 2014-02-17 13:33:38下载
- 积分:1
-
cd_dvd_burn
CD基本刻录功能,支持DVD刻录,参考并汇总了网络搜索到的一些基本代码(The basic CD burning capabilities, support for DVD burning)
- 2014-01-19 18:47:59下载
- 积分:1