Show Dialog box at center of its parent

后端 未结 5 537
Happy的楠姐
Happy的楠姐 2020-12-28 13:14

It\'s been a mess to show a DialogBox at the center of its parent form. Here is a method to show a dialog.

I am positioning its parent to center but not able to cen

5条回答
  •  失恋的感觉
    2020-12-28 13:38

    if you are making a custom MessageBox,you can simply put this:

    CenterToParent();
    

    in your custom MessageBox formload() method.

提交回复
热议问题