搜索资源列表
VC++CAPture
- VC++实现 - 动态截获并显示窗口DC-VC-dynamic intercepted and display window DC
FlashVC
- 在vC窗口和Flash程序之间交换数据并相互响应。-in vC window and Flash procedures and the exchange of data between each other response.
VioletPlay
- 该程序使用VC++开发,实现播放歌曲,系统托盘支持隐藏主窗口,换歌曲,退出功能。-procedures for the use of the VC development and broadcast songs, hide the system tray support the main window for songs, withdraw from the function.
winamp_songword
- 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术.-use vc realized the unusual lyrics show plugin, vs2005. vc6 under compile. which realized the lyrics, au
winmapplugin
- 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术.-use vc realized the unusual lyrics show plugin, vs2005. vc6 under compile. which realized the lyrics, au
Captt
- 该例程在VC实现了视频波卓的VFW的应用。该例程拥有一个主窗口,在主窗口上创建了一个捕捉窗口,插上摄像头即可进行视频捕捉。适合初学者学习如何使用VFW-routines in the VC of the VFW Beizhuo video applications. The routines have a main window, the main window on the creation of a capture window, which is the camera can hold v
abaolrc
- 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术.
Wave_OF_TINUX
- 用VC编写一个直接读写WAV文件二进制数据,并在窗口中绘出波形图的Windows应用程序。
NetCall
- 用VC++6.0写的网络语音电话,可一对一进行语言聊天,亮点是实现了异形的图形窗口,并提供了一套该方法的模版。-Written in VC++6.0 using VoIP, you can chat one on one for language, the highlight is to achieve a shaped graphics window, and provides a template of the method.
bmpavicapture
- vc开发的关于图像采集、保存的源码,其中包括bmp及avi格式的存储。-vc on the development of image acquisition, preservation of the source, including bmp format and avi storage.
vcap
- vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for W
Pin_Tu
- 在这个程序中介绍了vc中窗口的分割方法 怎样播放mp3文件 怎样进行图片的分割等技术 -In this procedure, introduced in the window vc segmentation method how to play mp3 files how technologies such as image segmentation
55593381playvideo
- 此程序为vC平台开发,其主要功能是窗口动画功能。-This procedure for vC platform development, and its main function is the window animation features.
MyPlayer
- 酷界面的VC++音乐播放器,推荐给大家,源码爱好者在VC++6.0下顺利编译,它的界面非常 酷,编译中也没有发现用到第三方的界面控件,而且播放器的窗口还具有像千千静听一样的自动吸附功能,也就是拖动窗口从远处回来的时候它会自动吸附到播放器的其它窗口上,它还支持拖放添加音乐列表,支持歌词显示,绝对值得一看。-Cool interface, VC++ music player and recommend it to everyone, source enthusiasts smoothly under
opencdrom
- VC++ 利用窗口化命令打开、关闭光驱,好像只能用一次,也就是第一次打开是有效的,再次打开就没有用了,仔细研究一下吧。 -VC++ use of windowing commands to open and close the CD-ROM drive, if only be used once, which is the first to open is effective, and turn it on again, carefully study it.
VCPP-Mp3
- vc实现mp3播放器,界面堪比qq静听,美观大方。窗口停泊-vc mp3 player interface is comparable to the qq listening, nice. Berthing window
关于c++的winmain例程
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。