README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. System.Windows.Forms README
  2. by John Sohn ([email protected]) and Miguel de Icaza ([email protected])
  3. The maintainers:
  4. Peter Bartok ([email protected])
  5. Backup: Miguel de Icaza ([email protected])
  6. Mailing list:
  7. http://lists.ximian.com/mailman/listinfo/mono-winforms-list
  8. The address is:
  9. [email protected].
  10. * Introduction
  11. Welcome to the System.Windows.Forms implementation for Mono.
  12. This is still an early version of the class library. The
  13. plans for this library have changed, the plans to use multiple
  14. backends is no longer being pursued.
  15. We are now implementing this using the Wine as library (because
  16. Windows.Forms applications require the message handling to be
  17. compatible with Windows, look up the Control.Wndproc method
  18. for details).
  19. To run and execute with the Mono runtime on linux, the story
  20. is more complicated as we need to use the "WineLib" support in
  21. Wine.
  22. * The Layout
  23. The layout in this directory has some historical files that you can
  24. safely ignore, the following are just historical directories:
  25. Gtk/
  26. WINElib/
  27. All of the real code is being done in the same was as it is being done
  28. in the rest of the Mono assemblies.
  29. * To run Windows.Forms Applications
  30. You must install the `winelib' module which is a couple of
  31. libraries that are added to an existing Wine installation.