Re: message box question
- Posted by George Walters <gwalters at sc.rr.com> Aug 28, 2001
- 443 views
Bernie, thanks. I also found the answer on the MS web site... ...george ----- Original Message ----- From: "Bernie Ryan" <xotron at localnet.com> To: "EUforum" <EUforum at topica.com> Subject: RE: message box question > > > 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 > > >