MetroMessageBox doesn't get the Owner's Location which is my Parent Form. My MetroMessageBox is declared in Child Form.
I use this code to show my MetroMessageBox:
- using MetroFramework;
- private void TileUpdate_Click(object sender, EventArgs e)
- {
- //This form is My Parent Form
- FrmMain fm = new FrmMain();
- //This is my MetroMessageBox
- MetroMessageBox.Show(fm, "Data Updated", "Information", MessageBoxButtons.OK, MessageBoxIcon.None);
- }
This is my MetroMessageBox when Shown.
It doesn't fit on my Parent Form. Why is that? Can someone help me? :(
James VillarPosted Nov 22, 2019, 1:46 AM
James VillarPosted Nov 18, 2019, 12:24 AM
Dharmesh SharmaPosted Nov 16, 2019, 4:48 AM
James VillarPosted Nov 16, 2019, 3:34 AM
James VillarPosted Nov 16, 2019, 3:29 AM
Dharmesh SharmaPosted Nov 16, 2019, 3:22 AM
James VillarPosted Nov 16, 2019, 3:19 AM
Dharmesh SharmaPosted Nov 16, 2019, 3:14 AM