|
From: pof <jd3...@gm...> - 2017-01-09 21:54:57
|
Dear all,
I have got a FXMessageBox that runs modally using the following code line:
if
(MBOX_CLICKED_YES==FXMessageBox::question(this,MBOX_YES_NO,"Information",""Connection
failed!\nDo you want to remove the network access from the settings?"))
m_bIsNetworkAccessAuthorized = false;
The focus defaults to the YES button and I would like to set the default
to the NO button.
Is there an easy way to do that?
Thanks
JD
|