-
Goggles是一个用于Ogle DVD播放器的前端。它支持Ogle提供的所有功能,增加了自动启动,自动书签,一个方便地设置键盘快捷键的参数选择面板,DXR3设...
Goggles是一个用于Ogle DVD播放器的前端。它支持Ogle提供的所有功能,增加了自动启动,自动书签,一个方便地设置键盘快捷键的参数选择面板,DXR3设置,以及语言放国家参数设置。它使用FOX Toolkit工具包,用C++编写。-Goggles for Ogle is a DVD player in front. Ogle its support for all functions, increase the automatic failover, automatic bookmarks, to set up a convenient keyboard shortcuts panel to choose the parameters, DXR3 set up, and put national language preferences. It uses FOX Toolkit tool kit with C preparation.
- 2023-07-25 15:10:04下载
- 积分:1
-
MT1389LPRADIO_code
MT1389L DVD 方案中的带RADIO(MT1389L DVD program with RADIO)
- 2014-02-17 13:33:38下载
- 积分:1
-
demo
sunplus cdmp3 codec
- 2008-10-24 10:05:53下载
- 积分:1
-
~ ~ See dvb data structure of the code, very useful
~~ 查看dvb数据结构的代码,很有用-~ ~ See dvb data structure of the code, very useful
- 2022-01-25 22:58:32下载
- 积分:1
-
DVD of the 8032 portion of code, can help beginners learn
DVD的8032的部分代码,可以帮初学者学习,-DVD of the 8032 portion of code, can help beginners learn
- 2022-04-18 10:06:58下载
- 积分:1
-
DVD
说明: 自己写的一个DVD小程序,有界面,包括曲目选择,前进,后退功能等(Write a DVD small procedures, interface, including track selection, forward and backward functions)
- 2010-05-02 22:54:01下载
- 积分:1
-
cd_dvd_burn
CD基本刻录功能,支持DVD刻录,参考并汇总了网络搜索到的一些基本代码(The basic CD burning capabilities, support for DVD burning)
- 2014-01-19 18:47:59下载
- 积分: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
-
sunplus MP3 logo相关做法及实例
sunplus MP3 logo相关做法及实例-sunplus MP3 logo-related practices and examples
- 2022-08-05 16:38:55下载
- 积分: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