When creating a modal dialog and setting focus to the desired button, either Yes or No, some machines don't also put the focus rectangle as a dotted line around the button caption. From an earlier post I gather that if I want to make sure the focus rectangle shows on a classic button, I'll need the following code. Just want to verify or be corrected.
Pb 7.04
Bob Mechler
Pb 7.04
Code:
CONTROL SET FOCUS YesNoMsgBox&, 3 CONTROL SEND YesNoMsgBox&, 3, %WM_UPDATEUISTATE, MAKLNG( %UIS_CLEAR, %UISF_HIDEFOCUS), 0
Comment