[Mono-winforms-list] Getting started (again)

Peter Dennis Bartok peter@novonyx.com
Thu, 10 Feb 2005 17:25:43 -0700


>Yes, but I was turned off the SVN because it currently doesn't build on my
>system (I haven't figured out why)
I was not suggesting you build Winforms from source, just pointing to simple 
examples that might help you get a feel for winforms apps and building them, 
and show you what is working already.

>(I, of course, regard it is a problem that I have to specify the
>/r:System.Drawing since I shouldn't have to worry about how
>System.Windows.Forms is implemented)
Actually, that's something that Microsoft came up with, that you're required 
to specify the assembly you want to link against. It's neither a mono 
specific thing, nor related to how SWF is implemented. And the /r: switch is 
also defined by Microsoft, on their csc.exe

>I have plenty of examples to work with ; Bradley L Jones' "Teach yourself 
>the
>C# Language in 21 days".  I guess it's going to take a few months yet until
>the Winforms stuff really stabilises and becomes usable.
Why, what have you tried that didn't work?

Cheers,
 Peter