Borland 6
I have a test that takes a while to run, and have created a MessageDlg to be generated when it is completed.
MessageDlg("Execution Time: " + s, mtInformation, TMsgDlgButtons() << mbOK, 0);
However, since I am doing other work while it is running, there are windows open on top of...