























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++.
To add a new class
To add a function to a class
To go to a definition
You can also use the Object Browser. See Searching for Symbols: Objects, Definitions and References for more information.
For more information about wizards that add code to a project, see Adding Functionality with Code Wizards.
To add a member variable
For more information, see Adding a Member Variable.
To add a handler for a message
To add methods and properties to automation interfaces
For more information, see Adding a Method or Adding a Property.
To add ActiveX events
For more information, see Adding an Event.
To add a handler (function) for a user-interface item
For more information, see Adding an MFC Message Handler.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。