Hello all:

Any ideas how to center a form that opens inside a MDI form I tried this
me.left = (screen.width / 2) - (me.width / 2)
me.top = (screen.height / 2) - (me.height / 2)
but this seems to center it according to the screen.

Thanks

murubhai