[Mono-winforms-list] simple example somwhere?

Jonathan S. Chambers Jonathan.Chambers at ansys.com
Fri Jan 6 16:28:35 EST 2006


Well,
To start it should be:

using System.Windows.Forms;

class MyForm : System.Windows.Forms.Form ...

And when compiling you'll need -r:System.Windows.Forms. If you need any
more help please post all the code.

Thanks,
Jonathan


-----Original Message-----
From: mono-winforms-list-bounces at lists.ximian.com
[mailto:mono-winforms-list-bounces at lists.ximian.com] On Behalf Of
jens-theisen at gmx.de
Sent: Friday, January 06, 2006 4:29 PM
To: mono-winforms-list at lists.ximian.com
Subject: [Mono-winforms-list] simple example somwhere?

Hello,

I'm completely new to both .NET and mono and am stuck using winforms. A

simple Hello, World example I tried

using System.WinForms;

class MyForm : System.WinForms.Form ...

can't find these symbols in mono 1.1.12. I couldn't find any  
documentation, nor do I see where the symbols are actually defined among

the files in the mono distribution.

Sorry for such a silly question.

Cheers,

Jens
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list




More information about the Mono-winforms-list mailing list