How can you control the position of a message box?
Example: Have the Msgbox centered over the form that called it.
Thanks for your help.
Sean.
Printable View
How can you control the position of a message box?
Example: Have the Msgbox centered over the form that called it.
Thanks for your help.
Sean.
The answer isn't easy as you shall see, go to "http://support.microsoft.com/support/kb/articles/Q180/9/36.ASP" to see what I mean.
It is much easier to create your own MsgBox, either as an ActiveX control or as a seperate Form in your project.
an alternative would be an Input box. If memory serve me right, you can control the positioning.