开发者

Load the child form on the top of the control

开发者 https://www.devze.com 2023-01-12 16:05 出处:网络
Hi all i have my main form as MDI form on this form i am having data grid view.Now form selecting an option from file menu i am loading a child form and i set the property

Hi all i have my main form as MDI form on this form i am having data grid view. Now form selecting an option from file menu i am loading a child form and i set the property

      startposition=center

It is getting loaded but some part of the form is getting loaded below the data grid view how to over come this . A sample form is attached bel开发者_如何学运维ow

Load the child form on the top of the control


Solved by using this

               f.ShowDialog(this);
0

精彩评论

暂无评论...
验证码 换一张
取 消