CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Visual C++ General: How to show all messages in ClassWizard list?

    Q: How to show all messages in ClassWizard list?

    A: Depending on the class type (e.g. Dialog, MDI Child Frame, etc.) a message filter is applied by default.

    To show all messages do the following:
    • select "Class Info" tab;
    • from "Message filter" combo box, choose "Window";
    • go back to "Message Maps" tab; now all available messages are displayed in the "Messages" list.



    Last edited by Andreas Masur; July 29th, 2005 at 12:58 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured