In VB6, I have created the form look like the message box. but one problem has occurred that the one button had already focused but the rectangle focus symbol appeared on the focused button. But the msgbox don't have the rectangle focus symbol on the focused button.
For ex:
The above msgbox automatically focus the yes button but no rectangle symbol.
For ex:
Code:
MsgBox "Are you sure?", vbYesNo
Comment