**** Merged from MCS ****
[mono-project.git] / mcs / class / Managed.Windows.Forms / README
blob84ec48e2700dba893b34a8755f4814eb512abd33
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         Ravindra Kumar          (rkumar@novell.com)
33         Peter Bartok            (pbartok@novell.com)
36 * Mailing List
38 There is a mailing list dedicated to Mono's System.Windows.Forms 
39 implementation, mono-winforms-list, see 
40 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
43 * To run System.Windows.Forms Applications
45 You should use the old Wine-based implementation until this library is
46 more functional and reaches beta-stage.