Raja R Harinath 97553bb62e cvs ignores, sorry about the spam %!s(int64=21) %!d(string=hai) anos
..
Assembly bab786ade5 Add licensing info %!s(int64=21) %!d(string=hai) anos
Gtk 97553bb62e cvs ignores, sorry about the spam %!s(int64=21) %!d(string=hai) anos
SWFTest 999c8e2552 ignore .pdb %!s(int64=22) %!d(string=hai) anos
Samples a9e06819f7 Add samples %!s(int64=22) %!d(string=hai) anos
System.Resources 6e2298caa6 2004-05-11 Gonzalo Paniagua Javier <[email protected]> %!s(int64=22) %!d(string=hai) anos
System.Windows.Forms 97553bb62e cvs ignores, sorry about the spam %!s(int64=21) %!d(string=hai) anos
System.Windows.Forms.Design 5d903c17e5 2004-04-14 Andreas Nahr <[email protected]> %!s(int64=22) %!d(string=hai) anos
System.Windows.Forms.Test e40f9fcf52 FolderBrowserDialog implementation %!s(int64=22) %!d(string=hai) anos
WINELib 590c7733ba 2004-06-03 Gonzalo Paniagua Javier <[email protected]> %!s(int64=21) %!d(string=hai) anos
wine-patch 2a102aef65 new location of the wine stuff %!s(int64=22) %!d(string=hai) anos
.cvsignore 97553bb62e cvs ignores, sorry about the spam %!s(int64=21) %!d(string=hai) anos
ChangeLog 6e2298caa6 2004-05-11 Gonzalo Paniagua Javier <[email protected]> %!s(int64=22) %!d(string=hai) anos
CheckOutList 80978e873d updated checkout list %!s(int64=23) %!d(string=hai) anos
Makefile 45ddb94098 The set of /nowarn arguments is now set on a per library basis %!s(int64=22) %!d(string=hai) anos
README bbcc7bd394 Update %!s(int64=22) %!d(string=hai) anos
System.Windows.Forms.dll.sources 90718432ec removed/ added files %!s(int64=22) %!d(string=hai) anos
System.Windows.Forms.sln d3ad720458 added SWFTest to sln %!s(int64=23) %!d(string=hai) anos

README

System.Windows.Forms README

by John Sohn ([email protected]) and Miguel de Icaza ([email protected])

The maintainers:
Peter Bartok ([email protected])
Backup: Miguel de Icaza ([email protected])

Mailing list:

http://lists.ximian.com/mailman/listinfo/mono-winforms-list

The address is:

[email protected].


* Introduction

Welcome to the System.Windows.Forms implementation for Mono.

This is still an early version of the class library. The
plans for this library have changed, the plans to use multiple
backends is no longer being pursued.

We are now implementing this using the Wine as library (because
Windows.Forms applications require the message handling to be
compatible with Windows, look up the Control.Wndproc method
for details).

To run and execute with the Mono runtime on linux, the story
is more complicated as we need to use the "WineLib" support in
Wine.

* The Layout

The layout in this directory has some historical files that you can
safely ignore, the following are just historical directories:

Gtk/
WINElib/

All of the real code is being done in the same was as it is being done
in the rest of the Mono assemblies.

* To run Windows.Forms Applications

You must install the `winelib' module which is a couple of
libraries that are added to an existing Wine installation.