CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Feb 2009
    Posts
    9

    Re: Focus Problem in MFC Dialog Project

    OK, now it all makes sense!!

    Many thanks!

  2. #17
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Focus Problem in MFC Dialog Project

    Quote Originally Posted by Ido_I View Post
    I read the answers alright, there's no need to offend or to attack. As someone who was introduced to the whole OOP concept literaly just a few days ago,
    Good luck. Nevertheless question you have is not related to OOP paradigm. It is related to Windows programming.

    Quote Originally Posted by Ido_I View Post
    How is any of these handlers related to keyboard input control?
    They are not handlers. As Victor pointed they are notification codes, used in a WM_COMMAND message when button is pressed using either mouse or (having focus) enter or a space bar.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

Page 2 of 2 FirstFirst 12

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