Re: Message Box Questions
- From: "Jeff Johnson [MVP: VB]" <i.get@xxxxxxxxxxx>
- Date: Thu, 19 Jan 2006 11:52:28 -0500
"Brian" <Brian@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4F134781-9310-4D86-A7B3-DD8B097AF6A8@xxxxxxxxxxxxxxxx
> Thanks for your post - however I don't think that either of those include
> a
> graphic.
>
> The solution is to use the numbering system for identifying the message
> box
> type. In my case, i used: msgbox "hello world", 20 , "Title" 20 =
> 4(yes/no
> buttons) + 16(stop icon)
??? Dave's solution was just fine. He OR'd the values of vbYesNo and
vbQuestion together (which is a better practice than the addition you
mention above) and his sample should have produced the question mark
graphic.
.
- Follow-Ups:
- Re: Message Box Questions
- From: David J Mark
- Re: Message Box Questions
- Prev by Date: Re: Tabstrip Control - VB6 (urgent)
- Next by Date: Re: Message Box Questions
- Previous by thread: Re: Message Box Questions
- Next by thread: Re: Message Box Questions
- Index(es):
Relevant Pages
|