Location:
Search - winmm.dll
Search list
Description: 调用库文件winmm.dll和gdi32实现启动窗口时的文字动画效果.点命令键退出.-called libraries winmm.dll gdi32 and achieve window at the start writing animation. Orders from key points.
Platform: |
Size: 8693 |
Author: cl |
Hits:
Description: [ZT]C#调用winmm.dll来放音乐的示例 ,请大家指教-[ZT] C# call winmm.dll to play music examples, please enlighten
Platform: |
Size: 1592 |
Author: 刘辉 |
Hits:
Description: 利用 winmm.dll 编写的MP3播放器, 仅仅是一个简单的示例, 还不成型-winmm.dll prepared by the use of MP3 players, is just a simple example, not forming
Platform: |
Size: 10461 |
Author: phx |
Hits:
Description: 在自己的工程中使用windows系统的WINMM.DLL播放wav文件-in their own projects using windows system WINMM.DLL broadcast wav documents
Platform: |
Size: 5535 |
Author: lhwbrike |
Hits:
Description: 该文档介绍了WINMM.DLL中所有函数的函数名称和函数功能,对于写MIDI相关的应用程序的人员来说,是一个很好的工具,并且该文档讲述了如何用VC++中编写回调函数,接收MIDI设备的MIDI码
Platform: |
Size: 17065 |
Author: 王作 |
Hits:
Description: 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
Platform: |
Size: 5833 |
Author: 黄小树 |
Hits:
Description: winmm.dll文件在windows平台运用,在编译C++时使用 -winmm.dll document windows platform in use in the use of C Compiler
Platform: |
Size: 26761 |
Author: 微风 |
Hits:
Description: 视频回放模块关键函数:基于对话框的CConrtrol 类封装了对录象文件的控制, 在这个类中我们使用了一个专门用于处理多媒体处理的动态连接库WINMM.dll,通 过调用它提供的API 函数,我们就可以使用MCI 指令进行多媒体的操作了。在这里 我们使用了2 个与MCI 有关的API,mciSendString(向指定的媒介控制接口设备发 送一个字符串)和mciSenndCommand(向指定的媒介控制接口设备发送一条命令) 实现对多媒体数据流的控制。当在检索到录象文件中选择一个记录,点击播放按纽, 或者打开文件对话框中选择一个文件后,就会调用CConrtrol 成员函数OPEN 打开多 媒体播放器,并播放媒体文件,主要调用STOP,PASE,PREV,NEXT 在这些函数中, 使用MciSendString 或者mciSendCommand
Platform: |
Size: 570819 |
Author: cedarshu@163.com |
Hits:
Description: 调用库文件winmm.dll和gdi32实现启动窗口时的文字动画效果.点命令键退出.-called libraries winmm.dll gdi32 and achieve window at the start writing animation. Orders from key points.
Platform: |
Size: 8192 |
Author: cl |
Hits:
Description: [ZT]C#调用winmm.dll来放音乐的示例 ,请大家指教-[ZT] C# call winmm.dll to play music examples, please enlighten
Platform: |
Size: 1024 |
Author: 刘辉 |
Hits:
Description: 利用 winmm.dll 编写的MP3播放器, 仅仅是一个简单的示例, 还不成型-winmm.dll prepared by the use of MP3 players, is just a simple example, not forming
Platform: |
Size: 32768 |
Author: phx |
Hits:
Description: 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
Platform: |
Size: 5120 |
Author: 黄小树 |
Hits:
Description: winmm劫持dll!许多程序加载winmm.dll 可以通过这个劫持!-winmm hijack dll! many programs can be loaded through the hijacking winmm.dll!
Platform: |
Size: 5120 |
Author: tale |
Hits:
Description: low level sound player , play any sound file using
[DllImport("winmm.dll")]
private static extern long mciSendString(
string strCommand,
StringBuilder strReturn,
int iReturnLength,
IntPtr oCallback)
with c#-low level sound player , play any sound file using
[DllImport("winmm.dll")]
private static extern long mciSendString(
string strCommand,
StringBuilder strReturn,
int iReturnLength,
IntPtr oCallback)
with c#
Platform: |
Size: 52224 |
Author: hasbe allah |
Hits:
Description: 不用ActiveX控件播放声音文件
Public Declare Function sndPlaySound Lib "winmm.dll" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, _
ByVal uFlags As Long) As Long-Play Audio File Without ActiveX Controls
Platform: |
Size: 1024 |
Author: ma |
Hits:
Description: 使用winmm注入拦截加载自己的DLL文件!-Loaded into the block using the winmm DLL file their own!
Platform: |
Size: 2146304 |
Author: Gocnboy |
Hits:
Description: windows 操作系统 winmm.dll 中常用的功能
录音-windows operating system functions commonly used in recording winmm.dll
Platform: |
Size: 14054400 |
Author: slcooc |
Hits:
Description: C#.net 播放音频(使用winmm.dll) 代码供参考的 欢迎下载-C#.net plays an audio (use winmm. DLL) for reference code of welcome to download
Platform: |
Size: 2048 |
Author: 岑先生 |
Hits:
Description: 官方原版使用Winmm.dll进行程序声音录制和播放。-The official original Winmm.dll the program sound recording and playback.
Platform: |
Size: 57344 |
Author: sk |
Hits:
Description: 易语言winmm.dll劫持补丁源码,最好时使用黑月编译器插件编译-Easy language winmm.dll hijacking patch source, when using the best compiler compiler plugin
Platform: |
Size: 3072 |
Author: flashke |
Hits: