* Major.cs:
[mono-project.git] / mcs / class / Managed.Windows.Forms / README
blobd47315aeab85d02179596dba9ac5b43df65f08ec
1 Managed.Windows.Forms README
2 $Revision: 1.2 $
4 * Introduction
6 Managed.Windows.Forms is a managed implementation of System.Windows.Forms.
7 It implements a driver interface to allow running on multiple windowing systems,
8 for example X11 or Windows. All controls are implemented in managed code,
9 using System.Drawing to draw them.
12 * Status
14 This library is in pre-alpha state. Development is still in the very early
15 stages. Bug reports are welcome, provided they don't just point out missing
16 classes. Please use http://bugzilla.ximian.com/
19 * Contributions
21 No contributions providing only stubs will be accepted at this time. We ask
22 that you submit contributions for review before committing them, our goal is 
23 to have a consistent and complete implementation, ideally having most or all
24 methods and properties of a class written by the same author. This will ensure
25 a certain degree of consistency in the code. Please also check the 
26 'Guidelines' file.
29 The core team for Managed.Windows.Forms currently are:
30         Jordi Mas i Hernandez   (jordi@ximian.com)
31         Jackson Harper          (jackson@ximian.com)
32         Peter Bartok            (pbartok@novell.com)
34 The Mac OS/X driver implementation is currently being done by:
35         Geoff Norton            (gnorton@customerdna.com)
38 * Mailing List
40 There is a mailing list dedicated to Mono's System.Windows.Forms 
41 implementation, mono-winforms-list, see 
42 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
45 * To run System.Windows.Forms Applications
47 You should use the old Wine-based implementation until this library is
48 more functional and reaches beta-stage.