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
|
Results 1 to 3 of 3
Thread: Centering a form inside MDIThreaded View
|
Click Here to Expand Forum to Full Width |