There's no ClassWizard this command in vc2005.2005 How to add a mouse event
There's no ClassWizard this command in vc2005.
Instead of adding message mappings in ClassWizard, adding classes, and so on, the functionality is primarily in the Properties window
Mouse events do not add manually, it is best to use the following methods
For example, add a message map. After you have selected a class, right-click on the property to select Properties
Click on the Flash icon in the Properties window and a series of messages will appear for you to choose, and a virtual function or reload will appear when you click on the icon of the small square.
As for adding classes, right-click on the project name to select the command to add Class
To add a variable, right-click on the class name and choose Add Variable
There is no ClassWizard this command in vc2005.