Hi, in my application, I have a DLL which shows a message box (ShowMessage(String)), but the title is always the filename of the dpr from the program calling it rather than the title of the program (which it would be if it was called form the program). This looks terrible because it's not a relevant name and it's in the wrong case etc. Is there any way to change what it displays as the title?