Nah, Defaulr Message Boxes doesno support this behavior, You need to create your own using Form setting some properties like BorderStyle = FixedSingle, ControlBox = false, put some Labels and buttons and Associate Dialog Results with those buttons.
Cheers ;-)
The people that replied are correct. ![]()
You could create a form that looks exactly like the MessageBox and change the Location property.
It can be done with VB. So I'd imagine C# will also do it. Not "easy" tho...
If you do a search for "messagebox" at the above url.....the first item returned is the VB code to do it.
good luck.