使用MessageBox如何设置button的焦点intMSGMessageBox( 1 ,2 ,MB_ICONWARNING|MB_YESNO)如何设置初
使用MessageBox如何设置button的焦点
int MSG = MessageBox( "1 ", "2 ",MB_ICONWARNING|MB_YESNO);
如何设置初始焦点在NO按钮上呢.我这老是在YES按钮上
[解决办法]
MessageBox( " ",NULL,MB_YESNO|MB_DEFBUTTON2);
