This Article is used to build a full fledged ATL COM calendar Control. This article is divided into six steps. Step 1: Creating the Project Step 2: Adding a Control to Project Step 3. Adding a Methods to Control Step 4: Changing Control's Drawing Code Step 5: Adding an Event to the Control Step 6: Adding a Property Page to Your Control Creating the project First we have to create the initial ATL project using the ATL COM AppWizard. Click New on the File menu, then choose the Projects tab.Select the ATL COM AppWizard. Type 'CalendarServer' as the project name. In step2 check 'Support MFC' check box and click on Finish. Adding a ...