Enter Key killing my dialog [modified]
-
I have a COM dialog where the enter (Return) key kills the dialog rather than activiating the focused button. I cant figure out whats wrong. Any ideas? GER -- modified at 19:18 Friday 25th August, 2006 The app is VC++6.0 using MFC
Ger
-
I have a COM dialog where the enter (Return) key kills the dialog rather than activiating the focused button. I cant figure out whats wrong. Any ideas? GER -- modified at 19:18 Friday 25th August, 2006 The app is VC++6.0 using MFC
Ger
-
I have a COM dialog where the enter (Return) key kills the dialog rather than activiating the focused button. I cant figure out whats wrong. Any ideas? GER -- modified at 19:18 Friday 25th August, 2006 The app is VC++6.0 using MFC
Ger
Do you manually set focus using SetFocus() instead of WM_NEXTDLGCTL? Is the button a standard button that is returning DLGC_BUTTON in response to WM_GETDLGCODE?