tej has asked for the wisdom of the Perl Monks concerning the following question:

How to color the text in msgbox using Win32::GUI

Thank You

Replies are listed 'Best First'.
Re: win32 GUI msgbox text coloring
by perreal (Monk) on Oct 25, 2010 at 09:41 UTC
    As far as I know, you need to create your own msgbox from a window to do that. Msgbox is just a simple interface for a simple purpose.

      Yeah.., I have created it already and I want to color text inside it. Can Anybody please help us?

        I mean you need to create a custom dialog box out of a window, put a label on it, and change it's color.
Re: win32 GUI msgbox text coloring
by dasgar (Priest) on Oct 26, 2010 at 03:27 UTC

    If you haven't already, you might want to check out WIN32::GUI label font/color. It looks like it's addressing exactly what you're wanting to do.