搜索资源列表
MouseMove_sound1
- 利用CButton的派生类制作的基于对话框的实现鼠标掠过按钮时发出声音的效果!-failed to translate
playmp3
- 基于对话框的MFC程序,可以播放mp3文件,并有暂停,停止,控制快慢等功能.-Dialog-based MFC program, you can play mp3 files, and a pause, stop, control speed and other functions.
audio
- 基于MFC对话框的一个音乐播放器,为VC 6.0编译的debug版本,里面包含一些音乐播放的基本功能和文件进度显示功能,code中有比较详细的注释,是初学者较好的选择 -MFC dialog based on a music player, as compiled debug version of VC 6.0, which contains the basic functions of music and file progress display, code in a more detail
mfc_videoplayer
- 播放音频,非常不错的基于对话框的播放音频的小程序,是学习MFC播放音频的非常好的例子-Audio playback, very good play audio dialog-based applet is a very good example to learn MFC play audio
MfcDlgFLASH
- Flash播放器的制作: 一个基于MFC对话框的播放swf文件的最简化代码的例子。readme.txt中对编写方法进行了描述,对初学者有很好的帮助-Flash player production: a code-based the MFC dialog playback swf file most simplified example. the preparation method described in the readme.txt good help for beginners
TestFlash
- 基于vc 对话框的SWF播放器 VC 6.0-Based on vc dialog SWF Player VC 6.0
chats
- 编写基于对话框的Windows应用程序 利用MFC AppWizard(exe)向导编写 利用Windows Socket来编写聊天程序-To write a chat program with Windows Socket
yywmb
- 基于VB的音乐播放器开发,使用了经典的通用对话框。-VB-based music player development, the use of the classic common dialog.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通