[Mono-winforms-list] MessageBox is working.. WinForms not

Peter Dennis Bartok peter@novonyx.com
Tue, 25 May 2004 08:09:49 -0600


>How can the assembly System.Drawing be involved, when compiling _without_
>System.Drawing is successful? I can successfully compile my SWF-App just
>with referencing System.Windows.Forms. Or uses mcs implicitly
>System.Drawing when referencing System.Windows.Forms?

System.Windows.Forms references System.Drawing. Several controls are
implemented directly on top of System.Drawing (Button, for example) and not
drawn by Wine.

The reason I mentioned I thought it was a mismatch is that I've had the same
problem before, when Jordi I only updated libgdiplus but not System.Drawing
and Jordi had made some enhancements that required both to be in sync.

Peter