atl有那本好书?
最近想做和com有关的项目

解决方案 »

  1.   

    深入解析ATL~
    《COM+ 编程指南》   Mark Michaelis 著
      

  2.   

    Don't forget the handy e-book---MSDN...u can find lots of content about ATL ...just paste a piece of it ....:)ATL Tutorial
    With ATL, you can create efficient, flexible, lightweight controls. This tutorial leads you through the creation of a control and demonstrates some ATL fundamentals in the process. The ATL control that you create in this seven-step tutorial draws a circle and a filled polygon inside the circle. You will add a control to your project, add a Sides property to indicate how many sides the polygon will have, and add drawing code to display your control when the property changes. Then, you will make your control respond to click events, add a property page to your control, and put your control on a Web page.The tutorial is divided into seven steps. Do them in order because later steps depend on tasks you have completed in earlier steps. Step 1: Creating the Project 
    Step 2: Adding a Control to Your Project 
    Step 3. Adding a Property to Your Control 
    Step 4: Changing Your Control's Drawing Code 
    Step 5: Adding an Event to Your Control 
    Step 6: Adding a Property Page to Your Control 
    Step 7: Putting Your Control on a Web Page 
    ATL References 
      

  3.   

    If u have spare time ...see the samples via the links below, u know, it's one effectual way to master a new technology http://www.codeproject.com/atl/
    http://www.codeguru.com/atl/index.shtmlEnjoy! 
      

  4.   

    深入解析ATL
    入门最好别看它
    它讲的太细,容易让人不得要领
    提高时,浏览它
      

  5.   

    有一本《ATL开发指南(第二版)》电子工业出版社的,我看了看,还可以,介绍了进程内(外)组件、ActiveX、OLE DB等的编写
      

  6.   

    如果你对COM比较熟悉的话,我建议看《深入解析ATL》。
      

  7.   

    初学者可以看《com从入门到精通》,讲的挺基础的;有基础了深入看<<深入解析ATL>>。《ATL开发指南(第二版)》不太好,我觉得写的太乱而且不够详细。