1. Win32Lib and message_box
I'm sure this one has been asked before, but could anyone please
tell me how to change the text color in a message_box? I'm not too sure
if using Win32Lib will affect this answer in any way, but I am using it
to develop the application.
Thanks In Advance. (TIA)
Later,
--
+ + + Rev. Ferlin Scarborough - Centreville, Alabama - USA
http://sites.netscape.net/fscarborough/homepage
http://members.theglobe.com/ferlin
MailTo:ferlin at sandw.net
MailTo:ferlin at email.com
MailTo:fscarborough at netscape.net
MailTo:ferlin at theglobe.com
2. Re: Win32Lib and message_box
Ferlin,
The message box is not part of Win32Lib, it is an Euphoria include routine.
I don't know if and how the colors can be changed.
Ad
On Tue, 19 Oct 1999 12:30:43 -0500, Ferlin Scarborough <ferlin at SANDW.NET>
wrote:
> I'm sure this one has been asked before, but could anyone please
>tell me how to change the text color in a message_box? I'm not too sure
>if using Win32Lib will affect this answer in any way, but I am using it
>to develop the application.
>
>Thanks In Advance. (TIA)
>
>Later,
>
>--
>+ + + Rev. Ferlin Scarborough - Centreville, Alabama - USA
>
> http://sites.netscape.net/fscarborough/homepage
> http://members.theglobe.com/ferlin
>
>MailTo:ferlin at sandw.net
>MailTo:ferlin at email.com
>MailTo:fscarborough at netscape.net
>MailTo:ferlin at theglobe.com
3. Re: Win32Lib and message_box
Ferlin:
The messagebox uses a predefine windows function to display messages
in msgbox.e . That can't be changed easily. You could make your
own popup window with dave's win32lib.ew if he supports color text.
Bernie