thielj / MetroFramework

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

Implement MetroMessageBox.Show as MessageBox.Show #7

Open eklam opened 11 years ago

eklam commented 11 years ago

MetroMessageBox don't have a static method .Show as MessageBox, also, it is hard to use it for simple messages, since you have to manually add the controls

thielj commented 11 years ago

Hi Renan, feel free to contribute these! Jens.

eklam commented 11 years ago

Sure, I'm working on it. If I manage to code a generic solution sure I will pull it. Also I'm in trouble with the theming of the box (Issue #9)

eklam commented 11 years ago

Thielj, I'll try to implement this functionality. What do you advice me, recreate the message boxes inheriting from a MetroForm, and recreating the boxes logic (Ok, OkAndCancel, etc). Or extending the winforms MessageBox, and Theming it?