> From: [email protected] [mailto:mono-list- > [email protected]] On Behalf Of Baltasar García Perez-Schofield > > One possible thing to do would be to drop the code for Winforms (a big part > of it is buggy), keep System.Drawing, and try to adopt as much as Microsoft > code as possible.
Don't expect mono winforms to come back to life - because it is based on X11, which is deprecated (or effectively deprecated). The recommended thing to do if you want cross-platform GUI support, is to use a cross-platform GUI library such as http://xamarin.com/forms and its competitors. Somebody could also write an implementation of winforms that is a translation layer to run on GTK+ or Qt under the hood, or even a direct implementation of Winforms without the GTK+ or Qt layer, but don't expect it to happen. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
