资源列表
COM与COM+从入门到精通(超星)
- COM与COM+从入门到精通(超星) 学习COM和COM+的书籍-COM and COM from entry to the proficient (Superstar) learning COM and COM books
Media10控件的播放程序
- 用于开发AcTIVE控件的程序,所用技术: 1、只须设置播放文件夹位置即可实现自动播放。 2、开机自动运行并播放 3、热键的设置-AcTIVE controls for the development of the procedures, techniques used by the : 1, only position player folders can be automatically broadcast. 2, and runs automatically boot three play
简单的视频播放器
- 简单的入门
ATL开发指南
- ATL开发指南 中文版 据说是微软的人写的
通用NT服务程序的框架
- 通用NT服务程序的框架
richedit中插入图片和ole
- I needed a rich edit control that could display bitmaps. Searching around the Web, I could see that others have faced the same need. For me, I wanted a "light-weight" Help functionality that I could embed as an RTF resource and display from
word报表软件
- 利用VC++平台编写的word报表程序,简单易用。
波形显示程序
- 波形显示程序
VC下利用COM传递不定长结构数组(非Variant)
- Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存