[Mono-winforms-list] Guide to setup System.windows.Forms in Open Suse 11.1

Orfeo orfeo.davia at gmail.com
Thu Mar 26 17:29:01 EDT 2009


No steps, no setup only install mono!

You can simple compile your form application with: 

gmcs -target:winexe -r:System.Windows.Forms.dll,System.Drawing.dll -o
myform.exe *.cs

(the System.Windows.Forms assembly is in GAC)

At this moment with monodevelop you can't create a WinForm (ala Visual
Studio), ...try mwf-designer, but it's very very unstable




aruvalcaba wrote:
> 
> Hi to All
> 
> does any one know the steps requiered to setup system.windows.forms in
> mono/monodevelop
> 
> Thanks
> 
> Arturo
> 
> 

-- 
View this message in context: http://www.nabble.com/Guide-to-setup-System.windows.Forms-in-Open-Suse-11.1-tp22727417p22731490.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.



More information about the Mono-winforms-list mailing list