TadvSmartMessageBox

Hello,


Is there a way to use advsmartmessagebox instead of 
very old Showmessage and MessageDlg delphi components 
for wich you can't change color and Font

The idea would be to have a modal windows for messages 
with fonts, colors, position, size and buttons configurable as samrtmessagebox is

Thanks

Pascal 

There is at this moment not a built-in automatic way to do this. A suggestion is to make a function ShowMessageEx() that internally uses the TAdvSmartMessageBox and then replace in your applications the calls to ShowMessage() by ShowMessageEx()