Hi, I created a dialog box as my main window. Does this mean I have to
subclass all the buttons I created in my dialog box to handle tabstop
and return keystrokes? I tried to capture inside my window procedure
of my dialog box the message WM_KEYDOWN, but I never received it.
What's wrong here? Can anyone help me? GUI programming is such a pain!
Thank you very much,
-- ttt