TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
James Villar
NA
101
1.7k
MetroMessageBox bug C# WinForms
Nov 16 2019 2:49 AM
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? :(
Reply
Answers (
8
)
Find And Replace Text In Pdf File. Using C#
Convert psuedocode program to C#