OnCommand()
11-Jul-94 12:43:43
Sb: #30433-OnCommand()
Fm: Todd Osborne 73624,2576
To: Tarn Faulkner [MSFT] 73764,3260
Thanks Tarn, but I found a way to get SetFocus() message for buttons in dialog.
I just created a miniscule litte CButton derived class that traps WM_SETFOCUS
messages and does a PostMessage() to its parent. The only thing that somewhat
complicates it, it that you have to SubclassDlg- Item for each of these in
InitDialog. What the hell, it works. Thanks!