The information in this article applies to:
SYMPTOMSWhen a dialog box appears in response to a user pressing an arrow key to select an option button on a dialog box, the user cannot immediately close the dialog box by selecting the OK button. CAUSEIsDialogMessage causes multiple BN_CLICKED messages to be sent when the focus is on an option button. This is due to the simulation of what happens when the option button has the BS_AUTORADIOBUTTON style. RESOLUTIONUse the dialog editor to remove the BS_AUTORADIOBUTTON style from the option button, and then call the CheckRadioButton member function in each of the radio button handlers. STATUSThis behavior is by design. MORE INFORMATIONPlease note that removing the BS_AUTORADIOBUTTON style will not allow DDX to work with the option buttons. © Microsoft Corporation 1997, All Rights Reserved. Additional query words:
Keywords : kbButton kbCtrl kbNTOS kbWinOS2000 kbSDKWin32 kbGrpUser kbWinOS |
Last Reviewed: February 1, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |