dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Taskbar icon does not support multiple screens #53

Open AntonClr92 opened 6 years ago

AntonClr92 commented 6 years ago

Please help, I have tried to review all the code this Framework adds and cannot get to the bottom of it.

When creating a brand new Windows application, update the Form1 : Form to Form1 : MetroForm, this breaks the taskbar icon and forces it to the main screen only. Move the application window to the 2nd screen, the Taskbar icon does not go with it.

Every other app does it fine, a brand new Windows Forms app works correctly. It is only when I make this a MetroForm.