To read all comments associated with this story, please click here.
Like most things in the free software world nothing comes without work. According to http://www.mfconsulting.com/blog/archives/000128.html if the community wants winforms support then they need to help test it.
So go and find a windows form application, download mono and winforms, and test it out! Submit bug reports and comments in the appropriate places and be positive!
Good things take time. In doing the above it made me realise, holy s$%t thats an amazing piece of coding which allows me to pick a random .net app from codeproject.com and have it run, unmodified, on linux!
Usually when I go find a winforms app to test in mono - it's NOT winforms support that is lacking - but usually something else. Many of the apps I try to run under mono just simply die with no error in the console (even with verbose and debug output on)
Mono is still missing some non-winforms support that prevents many VStudio-built apps from running properly.
But otherwise, I love the project, and I try out new versions when they're available!
Instead of using the Microsoft WinForms API to develop applications that run great on windows and okay on linux. Why not use Gtk# to develop applications that run great on linux and okay on windows? Really gtk# is as cross platform as Windows.Forms will be when it works completely in mono.







Member since:
2005-07-20
I am concerned about the lack of progress in delivering WinForms, although GTK# is capable, I am more interested in using WinForms for crossplatform work and at the moment it just justn't really work.