Location for messageBox

  • Thread starter Thread starter zfeld
  • Start date Start date
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?
 
Back
Top