1. message box question
- Posted by George Walters <gwalters at sc.rr.com> Aug 28, 2001
- 437 views
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. thanks.. ...george
2. Re: message box question
- Posted by George Walters <gwalters at sc.rr.com> Aug 28, 2001
- 420 views
Never mind, I found the answer on MS site.. thanks anyway... ...george ----- Original Message ----- From: "George Walters" <gwalters at sc.rr.com> To: "EUforum" <EUforum at topica.com> Subject: message box question > > 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. > > thanks.. > > ...george > > >
3. Re: message box question
- Posted by George Walters <gwalters at sc.rr.com> Aug 28, 2001
- 446 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 > > >