Sunday, February 8, 2009

[VC++] Showing all messages in ClassWizard VC 6

Some time you have observed that some of the available messages are not displayed in classwizard list, this is because based on the class type some default filter is applied. To show all the messages do the following,

  • Take Classwizard and select Class Info tab.

  • From Message filter combo box, choose Window.

  • Now go back to Message Maps tab and all available messages are displayed in the Messages list.

No comments: