CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    3

    PreTranslateMessage()

    Hi,

    How and where do I add PreTranslateMessage() within an existing MFC generated SDI application?



    Andy

  2. #2
    Join Date
    Jul 1999
    Location
    Romania - Iasi
    Posts
    558

    Re: PreTranslateMessage()

    To add this function rclick in cless view on class u want this function and choose Add virtual function.....

    This function can be added to any class derived from CWnd

    Regards,
    Ovidiu


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