CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Location
    Germany
    Posts
    451

    Angry Add PreTranslateMessage in .NET

    I made a Dialog based application and wanted to add the PreTranslateMessage. It was shocking to find out that there is no class wizard anymore.

    I have been trying for hours and I simply could not add the class level message handler (there is no add in Resource/Properties at all).
    I do not want to hand-edit that. It would be like going from the bronze age to the stone.

    I have a corporate paid full (non-beta) MSVS Architect Enterprise with SP2.

  2. #2
    Join Date
    May 2002
    Location
    Germany
    Posts
    451
    I found it, not in Resources but in Class View...

  3. #3
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    There is a VS.NEt service pack already?

  4. #4
    Join Date
    May 2002
    Location
    Germany
    Posts
    451
    As far as i have seen on the microsoft internet page, there are two for MSDEV.

    I did not read what it corrects.

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