Apologies for the delay in getting back to you about this.
I am confused over what is happening here. Using VC6 I have just added the following code to a C++ header file:
class CTestApp : public CWinApp
{
public:
CTestApp();
// overrides
// ClassWizard generated virtual
//{{AFX_VIRTUAL(CTestApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
};
This is a screen shot of what I am seeing, note the colour I have set in the VC6 options dialog. If I change the colour assigned to "Wizard Code" in VC6 options dialog then the colour of the two red lines changes to what ever colour I have chosen.
This colouring, grey in your screen shots, red in mine, is from the IDE. Are we talking about different things?