"Yes to All" button in MsgBox
Hello,
I would like to create a "Yes to All" button that can be used with the VB
MsgBox. Is this possible? Or is it possible to change the "Cancel" caption
in vbYesNoCancel to "Yes to All"?
Thanks in advance.
Steve.
[242 byte] By [
Steve] at [2007-11-10 0:19:55]

# 1 Re: "Yes to All" button in MsgBox
Steve,
No. Not with the standard MsgBox function. But you can easily design a form
that is used as a message box and includes whatever buttons/icons/text you
need.
--
.. . . . . . . . . . . . . . . . . . . . . .
Please post/reply to the
newsgroup(s)
Klaus H. Probst, MVP
http://www.vbbox.com/
http://www.mvps.org/ccrp/
Steve <swinston@yahoo.com> wrote in message news:38cffab2$1@news.dev-archive.com...
>
> Hello,
> I would like to create a "Yes to All" button that can be used with the VB
> MsgBox. Is this possible? Or is it possible to change the "Cancel"
caption
> in vbYesNoCancel to "Yes to All"?
>
> Thanks in advance.
> Steve.
# 2 Re: "Yes to All" button in MsgBox
Steve,
No. Not with the standard MsgBox function. But you can easily design a form
that is used as a message box and includes whatever buttons/icons/text you
need.
--
.. . . . . . . . . . . . . . . . . . . . . .
Please post/reply to the
newsgroup(s)
Klaus H. Probst, MVP
http://www.vbbox.com/
http://www.mvps.org/ccrp/
Steve <swinston@yahoo.com> wrote in message news:38cffab2$1@news.dev-archive.com...
>
> Hello,
> I would like to create a "Yes to All" button that can be used with the VB
> MsgBox. Is this possible? Or is it possible to change the "Cancel"
caption
> in vbYesNoCancel to "Yes to All"?
>
> Thanks in advance.
> Steve.
# 3 Re: "Yes to All" button in MsgBox
Just FYI, I just picked up the book Advanced VB6 by TMS It includes a section
on this and the entire book is very well written.. it's actually funny..
here is a link If you want to check it out:
http://www.themandelbrotset.com/html/book2.html
Matt
Steve wrote:
> Hello,
> I would like to create a "Yes to All" button that can be used with the VB
> MsgBox. Is this possible? Or is it possible to change the "Cancel" caption
> in vbYesNoCancel to "Yes to All"?
>
> Thanks in advance.
> Steve.
# 4 Re: "Yes to All" button in MsgBox
Just FYI, I just picked up the book Advanced VB6 by TMS It includes a section
on this and the entire book is very well written.. it's actually funny..
here is a link If you want to check it out:
http://www.themandelbrotset.com/html/book2.html
Matt
Steve wrote:
> Hello,
> I would like to create a "Yes to All" button that can be used with the VB
> MsgBox. Is this possible? Or is it possible to change the "Cancel" caption
> in vbYesNoCancel to "Yes to All"?
>
> Thanks in advance.
> Steve.