I want to display a MessageBox at a given position. I don’t want the MessageBox to overlay and hide a section of the parent form. Is there a way using the default MessageBox object to specify a custom location?
I’m using C# in VS 2008 with .Net Framework 3.5
You can create own custom MessageBox from From and show it as DialogBox in this way you can
set the startup location. For example: