http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcgrfWhereIsClassWizardInVisualCNET.asp
In previous versions of Visual C++, ClassWizard and WizardBar helped you develop your MFC application. ClassWizard and WizardBar have been removed in Visual C++ .NET. This topic discusses where ClassWizard and WizardBar functionality can be accessed in Visual C++.
WizardBar
To add a new class
- In Class View or Solution Explorer, right-click the project node. On the shortcut menu, click Add and then click Add Class.
To add a function to a class
- In Class View, right-click the class. On the shortcut menu, click Add and then click Add Function.
To go to a definition
ClassWizard
For more information about wizards that add code to a project, see Adding Functionality with Code Wizards.
To add a member variable
To add a handler for a message
- See Mapping Messages to Functions.
To add methods and properties to automation interfaces
To add ActiveX events
To add a handler (function) for a user-interface item
See Also
Changes in MFC Versions