[MonoDevelop] Winforms

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Apr 22 14:59:19 EDT 2009


On Wed, Apr 22, 2009 at 2:23 PM, Dan Winslow <DWinslow at aiminstitute.org> wrote:
> I have mono-winforms-2.4-17.fc11.i586 loaded, but I don't see any ability to select a winforms application type in MonoDevelop. Is there further setup I need to do or is that option unavailable as of yet?

There isn't any need to a special Winforms "project type". You can
just create a C#/VB.NET/Boo project, set the project output type to
"executable", and add references to System.Windows.Forms. You'll then
be able to write winforms code "by hand",  but with working code
completion, building, debugging, etc.

It would be convenient to have project templates that set up a
skeleton project, but we haven't had much interest in this, and no-one
has contributed them.

Note that there isn't a visual designer in MonoDevelop for Winforms.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list