Click here to Skip to main content
15,893,904 members
Articles / Desktop Programming / ATL

CWindowImpl ATL Object Wizard

Rate me:
Please Sign up or sign in to vote.
4.93/5 (10 votes)
24 Apr 2001 240.5K   5.7K   80  
This is an ATL Object Wizard that eases window development using CWindowImpl. It removes the redundant copy-n-paste of code between class implementations
//[!ShortName].cpp : Implementation of [!ClassName]
[!crlf]
//***************************************************************************//
//                                                                           //
//  This file was created using the CWindowImpl ATL Object Wizard            //
//  By Erik Thompson � 2000                                                  //
//	Version 1.1                                                              //
//  Email questions and comments to ErikT@RadBytes.com                       //
//                                                                           //
//***************************************************************************//
[!crlf]
#include "stdafx.h"
#include "[!HeaderName]"
[!crlf]
/////////////////////////////////////////////////////////////////////////////
// [!ClassName]
[!crlf]
[!ClassName]::[!ClassName]()
{
}
[!crlf]
[!ClassName]::~[!ClassName]()
{
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Erik lives in Redmond, Washington. He works as a Senior Software Engineer specializing in C++, COM, ATL and the middle-tier and now .NET. When he isn't coding for work, he can be found trying to extend Internet Explorer with yet another Desk band or simplifying his development process with ATL Object Wizards.

He spends his free time snowboarding, mountain biking, and online gaming.

Comments and Discussions