MetroFramework
MetroFramework copied to clipboard
Metro MessageBox
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?
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);