1. RE: message box question
- Posted by Bernie Ryan <xotron at localnet.com> Aug 28, 2001
- 426 views
George Walters wrote: > Message_box with MB_YESNO has a default selection of YES. How do you > change > it to NO? I can't find info anywhere for this. george: The first button is the default. MB_DEFBUTTON1 If you want to use a different button as default use. MB_DEFBUTTON2 MB_DEFBUTTON3 MB_DEFBUTTON4 Bernie