Hi Experts:

Under Windows XP, is there a way to force MessageBox() to display my own
little icon on its top-left corner (left end of the title bar)?

Thanks in Advance!
Polaris

Re: My own icon for MessageBox ? by William

William
Tue Feb 07 18:42:50 CST 2006

"Polaris" <etpolaris@hotmail.com> wrote in message
news:Oqi7SXELGHA.3232@tk2msftngp13.phx.gbl...
> Under Windows XP, is there a way to force MessageBox() to display my own
> little icon on its top-left corner (left end of the title bar)?

I suggest to post again in the UI group:

microsoft.public.win32.programmer.ui

On your way over take a look at MessageBoxIndirect() and MessageBoxEx()
which give you greater control than does MessageBox().

Regards,
Will



Re: My own icon for MessageBox ? by Polaris

Polaris
Wed Feb 08 14:45:29 CST 2006

Did get some answers from there, thanks.

Polaris

"William DePalo [MVP VC++]" <willd.no.spam@mvps.org> wrote in message
news:eW4CYiELGHA.3260@TK2MSFTNGP11.phx.gbl...
> "Polaris" <etpolaris@hotmail.com> wrote in message
> news:Oqi7SXELGHA.3232@tk2msftngp13.phx.gbl...
>> Under Windows XP, is there a way to force MessageBox() to display my own
>> little icon on its top-left corner (left end of the title bar)?
>
> I suggest to post again in the UI group:
>
> microsoft.public.win32.programmer.ui
>
> On your way over take a look at MessageBoxIndirect() and MessageBoxEx()
> which give you greater control than does MessageBox().
>
> Regards,
> Will
>