cindy13732
Technical User
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 the application form. The MessageDlg always open behind my user windows, and I don't see it unless I go looking for it.
Is there a way to make a MessageDlg box always open at the front of the pc display window? Or is there a better way to do this?
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 the application form. The MessageDlg always open behind my user windows, and I don't see it unless I go looking for it.
Is there a way to make a MessageDlg box always open at the front of the pc display window? Or is there a better way to do this?