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

Mono Support #62

Open smetronic opened 6 years ago

smetronic commented 6 years ago

Hi, is there any support for this UI Framwrok to work with mono under ubuntu. I have run WinForm applications before using mono and they all work but when i run the winform applications based on this framework it returns the following exceptions. System.EntryPointNotFoundException: ShowScrollBar at (wrapper managed-to-native) MetroFramework.Native.WinApi:ShowScrollBar (intptr,int,int) at MetroFramework.Controls.MetroTabControl.WndProc (System.Windows.Forms.Message& m) <0x40f0ce40 + 0x00043> in <filename unknown>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) <0x40e163d0 + 0x00024> in <filename unknown>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) <0x40e16390 + 0x00036> in <filename unknown>:0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) <0x40e14cd0 + 0x0031c> in <filename unknown>:0 SendMessage (41943074, 0x30, 0x14db810, 0xffffffffffffffff) SendMessage (41943074, 0x1d, (nil), (nil)) System.EntryPointNotFoundException: GetWindow at (wrapper managed-to-native) MetroFramework.Native.WinApi:GetWindow (intptr,int) at MetroFramework.Controls.MetroTabControl.FindUpDown () <0x40f0c950 + 0x0004b> in <filename unknown>:0 Thanks