As we know that delphi has many message box(s), like showmessage, messagedlg ect. By defult we get font message in black color with style regular. All style message are in dialogs unit. so if we want to enhance we have to change this unit as we want.
for example like this picture :

next…on
for the first time copy dialogs unit to our project/folder program
next..
- open dialogs unit
- to change font message we must change font of label message like this
- search function CreateMessageDialog
- at TMessageForm(Result).Message := TLabel.Create(Result);
- change font color by add code Font.Color:=clred;
- this example for delphi 7
function CreateMessageDialog(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons): TForm; const .... .... ... TMessageForm(Result).Message := TLabel.Create(Result); with TMessageForm(Result).Message do begin Name := 'Message'; Parent := Result; WordWrap := True; Caption := Msg; Font.Color:=clred; BoundsRect := TextRect; BiDiMode := Result.BiDiMode; ALeft := IconTextWidth - TextRect.Right + HorzMargin; if UseRightToLeftAlignment then ALeft := Result.ClientWidth - ALeft - Width; SetBounds(ALeft, VertMargin, TextRect.Right, TextRect.Bottom); end;
Next… on
How to change font button..?


I really enjoy looking at on this website , it contains superb blog posts. “Do what you fear, and the death of fear is certain.” by Anthony Robbins.
Terrific work! This is the type of iotirmafonn that should be shared around the web. Shame on the search engines for not positioning this post higher!
Man, talk about a great post! I?ve stblumed throughout your blog a couple of Instances inside the past, but I typically forgot to bookmark it. But not again! Thanks for posting the way you do, I truly appreciate seeing somebody who really has a viewpoint and isn?t definitely just bringing back again up crap like almost all other writers today. Keep it up!