thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
401 stars 225 forks source link

Metro MessageBox #27

Open LiamKenyon opened 10 years ago

LiamKenyon commented 10 years ago

Is this capable with this fork?

Or do i need to revert back to original fork? https://github.com/viperneo/winforms-modernui

As this seems to support it.

Also how would i go about calling a Metro MessageBox?

Onerky commented 9 years ago

i dont know what version of MetroFramework do you have but im almost sure that you can do that, and the metro MessageBox is call as this way. MetroFramework.MetroMessageBox.Show(this, "Message", "Title", MessageBoxButtons.OK, MessageBoxIcon.Error);