Location for messageBox

Z

zfeld

Is there any way to specify where I want my MessageBox to show?
It seems to always show up in the middle of the screen.
Even when I use the MessageBox.Show Method (IWin32Window, String, String,
MessageBoxButtons, MessageBoxIcon) method and I pass in for the IWin32Window
parameter my button on the form where I want it displayed. It probably makes
sure it is not behind it as the documentation states:
owner
The IWin32Window the message box will display in front of.

But it will not put it at that location.

Any hints beyond creating my own dialog?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top