Diffrences in mono and winforms

View: New views
2 Messages — Rating Filter:   Alert me  

Diffrences in mono and winforms

by P4w3l :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello
I'm writing article about differences between mono and windows form. Can anybody give me a clue what is not working properly in mono . Maybe somebody can say what code will work in original .net and what part of code must by changed to work properly in mono.


Re: Diffrences in mono and winforms

by Stifu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"Differences between Mono and WinForms" is misleading. It would be more like "differences between .NET WinForms and Mono WinForms", or simply "Bugs in the Mono WinForms implementation" (although there are also bugs in .NET WinForms, those will probably never be fixed).

Anyway, having a look at all the opened WinForms bugs in Mono could be a good start:

https://bugzilla.novell.com/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=fulltext&long_desc=&classification=Mono&product=Mono%3A+Class+Libraries+&component=Windows.Forms&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=anywords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Importance&field0-0-0=noop&type0-0-0=noop&value0-0-0=

P4w3l wrote:
Hello
I'm writing article about differences between mono and windows form. Can anybody give me a clue what is not working properly in mono . Maybe somebody can say what code will work in original .net and what part of code must by changed to work properly in mono.