[Mono-list] Request For Assistance with Windows.Forms

John Sohn jsohn@columbus.rr.com
19 Oct 2002 17:06:54 -0400


In CVS we currently have most of the System.Windows.Forms classes
stubbed out. Our WineLib implementation can now do a few simple tasks
and there is a good foundation for implementing the rest of the
System.Windows.Forms namespace.

The Control class is the base class for most of the Windows control
classes in Windows.Forms and it has most of the implementation in place.
If anyone like to "claim" ownership of one or more of the Windows
control classes and fill in the implementation there are several classes
available. The stubbed-out classes are in place. You will just need to
fill in the Win32 implementation.

Thanks,
John