C
Chad Miller
How can a form be centered over another form without using showdialog with
centerparent?
I have tried:
control.location = new point((me.clientsize.width / 2) - (control.size.width
/ 2), me.clientsize.height / 2) - (control.size.height / 2))
Thanks.
centerparent?
I have tried:
control.location = new point((me.clientsize.width / 2) - (control.size.width
/ 2), me.clientsize.height / 2) - (control.size.height / 2))
Thanks.