Welcome![Sign In][Sign Up]
Location:
Search - winmm

Search list

[CSharp调用winmm.dll来放音乐

Description: [ZT]C#调用winmm.dll来放音乐的示例 ,请大家指教-[ZT] C# call winmm.dll to play music examples, please enlighten
Platform: | Size: 1592 | Author: 刘辉 | Hits:

[ComboBoxwinmm

Description: winmm.dll文件在windows平台运用,在编译C++时使用 -winmm.dll document windows platform in use in the use of C Compiler
Platform: | Size: 26761 | Author: 微风 | Hits:

[CSharp调用winmm.dll来放音乐

Description: [ZT]C#调用winmm.dll来放音乐的示例 ,请大家指教-[ZT] C# call winmm.dll to play music examples, please enlighten
Platform: | Size: 1024 | Author: 刘辉 | Hits:

[mpeg mp3MCIPlay46541

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:

[Windows DevelopHelloWin98

Description: 提醒您注意:如果您使用Microsoft Visual C++ 为此程式建立新专案,那么您得加上连结程式所需的程式库档案。从 Project 功能表选择 Setting 选项,然後选取 Link 页面标签。从 Category 清单方块中选择 General ,然後在 Object/Library Modules 文字方块添加 WINMM.LIB ( Windows multimedia - Windows多媒体 )。-remind your attention : If you are using Microsoft Visual C programming for this new ad hoc, then you may want to link programs with the necessary programming library files. From a functional choice Project Setting option, and then select Link pages labels. Category sheet from the list of selected General, then Object/Library Modules add WINMM.LIB ideographic characters ( Windows multimedia-Windows multimedia).
Platform: | Size: 50176 | Author: 闻扬 | Hits:

[DVDdvd

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:

[Game Programhunting

Description: [简介] 名称:《打猎》-附源代码 (代码行数:1773 注释行数:363) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [打猎] 鼠标左键射击,消灭出现的猎物;有音乐及音效; 屏幕下方的计分板记录击中的猎物个数,右下角的头像个数表示未击中的猎物个数; 游戏难度会随击中数量上升,当未击中数达到5个时游戏结束。 [说明] 1.游戏引擎代码参考[美]Michael Morrison的《游戏编程入门》 2.打猎游戏图片资源来自于《武林群侠传》中的打猎小游戏 3.用vc.net2005编译时注意在项目属性页中ATL使用选择"不使用ATL",字符集选"使用多字节字符集",还有链接器->输入->附加依赖项:msimg32.lib winmm.lib-err
Platform: | Size: 562176 | Author: mj | Hits:

[Other GamesMMORPG_GAME

Description: 这是个3D游戏较完整的例子,对于初学网络游戏开发的人肯定有帮助,它是以c++为基础,Windows SDK框架编写的,里面涉及一些DirectX知识,希望对大家有用!(在vs上包含d3d9.lib d3dx9.lib winmm.lib dinput8.lib dxguid.lib 这几个库就可以运行)-This is a 3D game is more complete example, for the beginner to develop online games will certainly help the people, which is based on c++-Based, Windows SDK framework prepared, which involve a number of DirectX knowledge, useful for all of us! (In vs contains d3d9.lib d3dx9.lib winmm.libdinput8.lib dxguid.lib these libraries will be able to run)
Platform: | Size: 8559616 | Author: xiaoqiang | Hits:

[OS programwinmm

Description: winmm劫持dll!许多程序加载winmm.dll 可以通过这个劫持!-winmm hijack dll! many programs can be loaded through the hijacking winmm.dll!
Platform: | Size: 5120 | Author: tale | Hits:

[CSharpAudio_Player__with_Winmm_src

Description: Audio Player with winmm C#调用winmm源码,通过系统接口播放制定音乐文件-Audio Player with winmm C# call winmm source, through the system interface to play music files on the development of
Platform: | Size: 17408 | Author: realcee | Hits:

[Audio programWinMM

Description: that program can play all audio format ! written in c#
Platform: | Size: 43008 | Author: siya | Hits:

[Multimedia programplaymultimedia_vivek

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:

[ActiveX/DCOM/ATLPlayAudioFileWithoutActiveXControls

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:

[Delphi VCLdllhook

Description: WINMM劫持技术 系统劫持修改特定内存值-WINMM HOOK API
Platform: | Size: 975872 | Author: 潇潇 | Hits:

[DirextXDirectX9.0_3D

Description: DirectX9.0_3D游戏开发编程基础完整源码。在Visual Studio环境下建立工程时请在工程属性的连接器的输入项中添加d3d9.lib d3dx9.lib winmm.lib 这三个链接库,否则无法运行。-DirectX9.0_3D game development programming based on the full source code. In Visual Studio environment, the establishment of projects at the engineering properties of the input connector to add d3d9.lib d3dx9.lib winmm.lib key three-link library, or can not run.
Platform: | Size: 3571712 | Author: liu | Hits:

[Windows Developwinmm

Description: 使用winmm注入拦截加载自己的DLL文件!-Loaded into the block using the winmm DLL file their own!
Platform: | Size: 2146304 | Author: Gocnboy | Hits:

[Speech/Voice recognition/combineCreate

Description: windows 操作系统 winmm.dll 中常用的功能 录音-windows operating system functions commonly used in recording winmm.dll
Platform: | Size: 14054400 | Author: slcooc | Hits:

[Multimedia DevelopWaveFormRecord10

Description: windows 底层API winmm编写的一个录音放音示例程序,缓存区放在确定的地方,方便于做音频信号处理-winmm api C++ coad for voice record and play
Platform: | Size: 226304 | Author: yhmiao | Hits:

[CSharpnet-winmm.dll

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:

[OtherWinMM

Description: winmm文件是一个很不错的,有部分VS2013是没有winmm库文件的(he winmm file is a good one, and some of the VS2013 is not a winmm library file)
Platform: | Size: 6144 | Author: 滴答痕迹 | Hits:
« 12 3 4 »

CodeBus www.codebus.net