I need simple solution, without using MFC,ATL,AFX etc. Just like you would include only windows.h . I'm now talking about Windows solution.
My problem is that I want to be able set focus back on the view part of a window. My window for example consist of view part, title bar and menu bar. After you press alt, focus jumps to the menu bar for navigation. I need to be able to give that focus back to view part. I already asked on MSDN, but solution they provided isn't what I'm looking for because it uses MFC. MSDN tread.
If this can't be acomplished could you describe me why and provide some kind of solution? I'm looking for shortest solution, which won't affect whole app. Thanks.