Click here to Skip to main content
Licence 
First Posted 30 Jul 2000
Views 192,150
Bookmarked 77 times

CWindowImpl ATL Object Wizard

By | 24 Apr 2001 | Article
This is an ATL Object Wizard that eases window development using CWindowImpl. It removes the redundant copy-n-paste of code between class implementations
  • Download Source Files (MSI)- 175 Kb
  • Download Source Files (FLAT)- 29 Kb
  • Logo - RBCWindowImpl.gif

    Introduction

    This whole project came about after writing numerous CWindowImpl derived classes. I was tired of tracking down a CWindowImpl derived class that I could use as a base. Then from that derived class copy and pasting code segments from it to my newly derived CWindowImpl class implementation. I decided that instead of doing this repeatitive process every time I needed it, I would let an ATL Object Wizard do it for me with just a few clicks and key presses. I hope it eases your development and allows you to be more productive.

    Installation

    • Extract the MSI (Microsoft Installer) file from the source zip file above.
    • Run the RBCWindowImpl MSI file. It will install the files to the correct location as long as you set the install directory to be the drive and directory of Visual Studio.

    Examples of <DEVSTUDIO>:

    • D:\Program Files\Microsoft Visual Studio
    • C:\MyDevEnv

    It will then install the files to <DEVSTUDIO>\Common\MSDev98\Template\ATL.

    Usage

    To create a CWindowImpl derived implementation, do the following:

    1. Start the ATL Object Wizard using the 'New ATL Object' option avalable from the Insert menu.

      Logo - RBCWindowImpl1.gif

    2. Select the "CWindowImpl" ATL Object Wizard component from the "RadBytes" category.

      Logo - RBCWindowImpl2.gif

    3. Fill in the Names Dialog page with your CWindowImpl derived class name information.
    4. Select CWindowImpl Property Page to Customize CWindowImpl derived class information (optional).

      CWindowImpl Property Page (class view) - RBCWindowImpl3.gif
      Options available when DECLARE_WND_CLASS is selected.

      CWindowImpl Property Page (classex view) - RBCWindowImpl4.gif
      Options available when DECLARE_WND_CLASS_EX is selected.

      CWindowImpl Property Page (superclass view) - RBCWindowImpl5.gif
      Options available when DECLARE_WND_SUPERCLASS is selected.

    5. Click Ok
    6. Implement your derived CWindowImpl class.

    Generated Code And Output

    Your project has now been fitted with the CWindowImpl derived class you have named and is ready for use. It gives a basic implementation without any message handlers added. The output created is a Source and Header files from the Short Name supplied in the ATL Object Wizard property page. The only existing file that gets modified by the wizard is your Project file (.DSP).


    Unicode

    The code generated will compile both under UNICODE and ANSI.


    History

    31 Jul 2000 - Initial Release
    15 Aug 2000 - Fixed bug in template header file for Message map name.
    - Fixed MSI install for correct placement of files.
    - Fixed DECLARE_WND_SUPERCLASS original class name bug for common controls.
    - Removed Debug condition from ctl file for wizard.
    25 Apr 2001 - Packaged for deployment in plain old ZIP file with install instructions.

    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

    About the Author

    Erik Thompson

    Web Developer

    United States United States

    Member

    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.

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    You must Sign In to use this message board. (secure sign-in)
     
    Search this forum  
     FAQ
        Noise  Layout  Per page   
      Refresh
    GeneralDeskBand Install Vista Issue PinmemberDabara20:25 18 Aug '09  
    General[Message Removed] Pinmembernompel9:14 6 Oct '08  
    GeneralGreat, thanks! Pinmemberpeterchen23:58 25 Jul '06  
    GeneralGreat Work PinmemberPrafulla Tekawade1:25 21 Jul '06  
    Thanks Erik,for developing such a great wizard.
    It helped me lot in my project.
    Thanks
    GeneralRe: Great Work PinmemberPrafulla Tekawade3:34 14 Sep '06  
    QuestionI have installed ,but there isn't icon like above,why? Pinmemberwangshilei17:35 28 Apr '05  
    AnswerRe: I have installed ,but there isn't icon like above,why? Pinmemberyuzhenzhen1:56 11 Apr '06  
    GeneralRe: I have installed ,but there isn't icon like above,why? PinmemberPaulMdx23:54 17 Aug '06  
    GeneralHello PinsussAnonymous2:28 26 Apr '05  
    Generalwizard choise BUTTON no picture Pinmembermargus3:40 19 Nov '03  
    GeneralRe: wizard choise BUTTON no picture PinsitebuilderErik Thompson10:19 19 Nov '03  
    QuestionCan i pass the window message from ... PinmemberSaeed A. Siddiqui16:00 9 Nov '02  
    AnswerRe: Can i pass the window message from ... PinsitebuilderErik Thompson7:07 13 Nov '03  
    QuestionVS.NET support? PinmemberJörgen Sigvardsson22:48 30 Aug '02  
    AnswerRe: VS.NET support? PinsitebuilderErik Thompson6:45 13 Nov '03  
    GeneralRe: VS.NET support? Pinmemberbramp6:58 26 May '04  
    Generalabout Toolbar Pinmemberomid daghdar23:12 23 Aug '02  
    GeneralRe: about Toolbar PinsitebuilderErik Thompson6:59 13 Nov '03  
    QuestionCan Not Download PinmemberFaisal Aslam9:18 3 Jul '02  
    AnswerRe: Can Not Download PinsitebuilderErik Thompson10:09 3 Jul '02  
    GeneralRe: Can Not Download PinmemberFaisal Aslam0:44 7 Jul '02  
    GeneralAdding a drop-menu to the button PinmemberPaul Ingles8:51 19 Apr '02  
    QuestionRadBytes?? PinmemberAnonymous19:41 20 Mar '02  
    AnswerRe: RadBytes?? PinmemberAnonymous0:38 19 Apr '02  
    GeneralI can select atl templates... PinmemberMadNEt5:51 13 Jan '02  

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

    Permalink | Advertise | Privacy | Mobile
    Web01 | 2.5.120529.1 | Last Updated 25 Apr 2001
    Article Copyright 2000 by Erik Thompson
    Everything else Copyright © CodeProject, 1999-2012
    Terms of Use
    Layout: fixed | fluid