Skip to Content
0
Nov 20, 2012 at 11:16 PM

Modal MessageBox does not appear to be modal

105 Views

What I am trying to do is simple: display a standard pop-up message to the user. The only tool available in the SDK appears to be the MessageBox. The issue I am facing is that the message box does not appear on top of the form that the user is in when the message is triggered. I've tried making the form not visible, but without an additional click by the user, it will just sit there making the user think that it is frozen. Short from other peoples advise here on making my own "message" class with its own form, is there a way to bring the message box to the front (focus on it)? The REFUI.chm documentation says very little and refers to some other documentation that contains no technical information. Message boxes are pretty standard tools, I must be making this harder than it needs to be some how. Any help will greatly be appreciated 😊