On 2/3/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks, Robert > > I will look at them. Also I need to work on Windows Forms and probably that > GDI stuff it uses? I don't see the VS projects for them?
Windows forms has projects and solutions for VS 2003 and 2005. If you need it, you'll also need the Mono.Mozilla project (or at least reference on the swf project). If you're talking about vstudio, then I assume you're working on windows, so you don't need libgdiplus, since mono on windows uses the system gdi instead. You can do without the System.Drawing project if you're just doing things on winforms - so you can reference .NET's System.Drawing on the winforms project and use it if you want to debug just winforms. andreia gaita _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
