Hi, > > Hi all. I am brand new to monodevelop and would like to get some > > experience with C# and .net via mono. I've seen there are nice project > > templates for Gtk# project, but can't see one based on winforms. I mean, > > if I choose a Gtk# project, I get a predefinded application with gui > > interface, while selecting C# blank project, does not contain any gui > > interface. Did I miss something or do I have to desing winforms based > > project from scratch? Thanks for your help. > > > > I don't think there any any predefined templates for Win-forms application > cuase there is no GUI-designer for Win-forms (yet?), but nothing > stops you from creating a blank solution and work with the System.Windows.Forms > namespace.
VS.NET doesn't provide you with any predefined templates - it allows you to add widgets to a window. TTFN Paul -- It's only me, only me and no-one else. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
