I need to change the message box location. I don't want it to be in the center of the page.
MessageBox.Show("Hello");
Normally, you can't change startup location of standard message box.
Solutions for your question:
You will need to create a new form that inherits from the MessageBox form. That is the only way to access the position properties.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With