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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, January 06, 2006 4:29 PM To: [email protected] 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
