ATL集合类与自定义复制策略应用示例
This sample demonstrates the use of ICollectionOnSTLImpl and CComEnumOnSTL, and the implem
本专区汇聚了各类基于 ATL 开发的源码资源,共计 97 篇资源供开发者免费下载学习。
This sample demonstrates the use of ICollectionOnSTLImpl and CComEnumOnSTL, and the implem
This sample demonstrates how to implement an ActiveX Document Server. The program demonstr
OLEDB进行数据通讯,应用ATL进行程序编写,具有借鉴意义-OLEDB for data communications, application procedures to th
一个简单的显示文字控件-atl版本-A simple text version of the control-atl
Active Template Library技术内幕-Active Template Library Technology Insider
含有其他控件的ATL控件,并使用GetDlgControl得到子控件并可调用子控件的方法-ATL control which includes another controls,a
使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件-Using shellext to register and unregister a
在非MFC的ATL程序中加入CString类 -Adding CString class to none-MFC ATL application
在使用MFC的应用程序中使用ATL -Using ATL in MFC application
使用ATL建立Com Server程序的例子 -The example of using ATL to setup up com server
使用ATL跟踪内存错误的例子(如MFC里的try..catch) -The example of tracking the error in memory using ATL
模拟c#,java,参考atl,wtl对常用windows api进行了类的封装,主要用于学习,还比较好用