dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.

Home Page:http://dennismagno.github.io/metroframework-modern-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pressing Tab Next Control and Windows ShowDialog

xorrot16 opened this issue · comments

hi ,
I am using your Controls on a MDIForm project and have noticed some little problems:

I dont get an KeyDown/pressed/up event for the Tab key on Textboxes it doesnt get triggered if you press it but the focus changes to next Control on the Form

I also saw an strange behavior on showing MetroMessageBox on an Form that I have called through ShowDialog the main window gets Focusable and you can set a new Position with your Mouse.. also calling the MessageBox through MDIParent as WindowControl it sets the Messagebox behind the Form that I have shown with Showdialog

by writing this I also want thank for you great work and effort you put into this project :)