> > >>From: Huub van Niekerk [mailto:[EMAIL PROTECTED] >>Sent: jueves, 22 de febrero de 2007 17:30 >>To: Rolf Bjarne Kvinge >>Subject: Re: [Mono-list] Question on System.Windows.Forms >> >>You're mixing WinForms and Gtk#, they are two different toolkits for GUI >>applications (see http://www.mono-project.com/Gui_Toolkits). >>You should only be using one at a time. >> >>Rolf > >Ok, that is 1 problem. However, even if I want to use only Windows.Forms, I have a problem. When I type System.W , the only W showing up in the list is WeakReference, or with D (for Drawing) DataMisalignedException. So I'm missing >Windows and Drawings in the list. I checked and found this path: /usr/lib/mono/gac/System.Windows.Forms and /usr/lib/mono/gac/System.Drawing. So I know the dll's are present. Any idea what I can do about this? > >Huub
In MonoDevelop you'll have to add a reference to System.Windows.Forms / System.Drawing in the solution view. Rolf _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
