Naja bei MessageDlg siehts halt so aus:
MessageDlg(Text,Typ (mtInformation,mtError..), Buttons ([mbOk],[mbYes]...),HelpContext (?.. bei mir immer 0));
bei Application.MessageBox hast du folgende Möglichkeiten:
Application.MessageBox(Text,Caption,Buttons (MB_YES, MB_OK, MB_NO..));
=> MessageDlg mit Bildchen aber ohne Caption. Application.MessageBox ohne Bildchen aber dafür mit Caption
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."