I have certain problem regarding the position of child form when it is call from a MDI form.
I have written a code when i click on menu.
Dim x as New frm1
x.StartPosition = formstartPosition.centerParent
x.showdialog
But when i write this code the form will open in center position, but i want that it should be shown in whole MDI between MenuStrip and StatusStrip.
If any body knows the answer, plz reply
Thanks in advance
vijayPosted Feb 22, 2011, 7:31 AM
you can use the position to display the from ...
you can use this code
me.location=new point (0,0)
me.show()
http://vbdotnetaddict.blogspot.com
Krishna GaradPosted Jan 10, 2011, 6:31 AM