Page 1 of 1

MessageDlg StayOnTop

PostPosted: June 10th, 2004, 1:46 pm
by w2m
I am trying to display error messages in a non-modal dialog but no matter what I try, the error messageboxes are always under the dialog. How can I call a MessageDlg so that the message is allways on top of the parents form?

PostPosted: June 14th, 2004, 6:38 am
by Kambiz
Sorry, but I couldn't get the question. Could you please attach a screenshot?

Solved

PostPosted: June 14th, 2004, 1:00 pm
by w2m
Kambiz,

I solved the problem by using Windows.MessageBox. It stays in the zorder so it works.