Is there anyway to make the MessageBox always on top of my app? Right now if I ShowMessage and then click on the form behind the MessageBox the MessageBox is behind the form I clicked on.
Hello Roger,
I tried to reproduce this and was not able to do so. This component shows a modal dialog which prevents you from clicking on your form. Could you please try to wrap-up your scenario with the described behavior in a small sample project and attach it to your next post. I will be happy to assist you further.
Will do. I should be back on this later this week.
Thanks for the post.
Hello,
I wanted to know if you had the time to look into this and provide a small sample for me to look into.
I did and I am good. I was using the messagebox in a older lagacy app that was not all .NET. It tured out the TOP-ONLY was not set on the window. Once I set that the messagebox would be on top of the window.
Thanks for th help.