Color of msgbox, dc_alert, ...

This forum is for eXpress++ general support.
Post Reply
Message
Author
skiman
Posts: 1186
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Color of msgbox, dc_alert, ...

#1 Post by skiman »

Hi,

Is there a way to set the color of all msgboxes, dc_alert, ... as a standard?
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Color of msgbox, dc_alert, ...

#2 Post by rdonnay »

Here is a new _DCMSG.PRG.

It contains a new Get-Set function:

DC_MsgBoxColor()

Use it like so:

DC_MsgBoxColor( { GRA_CLR_RED, GRA_CLR_BACKGROUND } )
Attachments
_Dcmsg.zip
(4.93 KiB) Downloaded 697 times
The eXpress train is coming - and it has more cars.

Post Reply