In the FileView pane (See Figure 11), double click the EditQuote.h item under Header Files. This will open the header file in the editing area. We now need to define the method definition for TranslateAcceleratorIO. To do this, add below the virtual CEditQuote destructor the following line of code: STDMETHOD(TranslateAcceleratorIO)(LPMSG lpMsg); Now Open the EditQuote.cpp source file and a