I need to change the message box location. I don\'t want it to be in the center of the page.
MessageBox.Show(\"Hello\");
You will need to create a new form that inherits from the MessageBox form. That is the only way to access the position properties.