CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: About ATL

  1. #1
    Join Date
    Sep 2003
    Location
    India
    Posts
    11

    About ATL

    Hi all...

    I m aware of VC++ and MFC to some extent..
    i want to do some applications in ATL and i want to know something about ATL...

    i m freasher to ATL...
    so i hope u people can help me out in understanding that what is ATL and How it works and where it works....
    how to get start with ATL......


    shashi.

  2. #2
    Join Date
    Dec 2002
    Posts
    47
    I assume your goal is to create Active X controls.

    Get a book or read some of the fine introductory articles that began appearing online a few years ago. Take some time to play around with the ATL component wizard. Create some "toy" components.

    If you are doing any GUI work, you can either mix MFC with ATL or use WTL to handle the user interface. ATL comes with some rudimentary Windows templates. WTL extends these templates to cover nearly all of the Windowing API.

    -rick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured