|
Hi Jonathan...
Sorry.. i wrote it wrong here... i've just written
the code in here and wrote class with just one s... and thats why.. but heres
the code again..
using System.Drawing;
using System.Windows.Forms; namespace testwforms { public class mesagebox { static void Main() { MessageBox.Show("Helo World"); } } } This codes compiles fine... but i get after i hit
ok on the message box, mono crash.. and then nothing can be executed... al the
apps i try to run hungs.. I have Visual C# .Net OEM here, and after this, i've
tested creating a winform app with a simple form, one buton, label and text
box.. and the same happens... after i close the app, mono crash, and then i cant
execute any other compiled test, and even cant run the same test again because
mono crash :(
Also, i've tested the simple code on Windows with
the same version of mono, and its works fine.. 0 problem...
Weird?
Thanks for the answers...
Roberto.
|
_______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
