mashcaster wrote: > I am currently a .NET developer on the Microsoft Windows environment. > I have been reading some of the pages on this site, but I am unclear > about 1 thing. > > Is it possible to create desktop gui applications which will work on > windows, linux, unix, and mac without having to change the code for > each platform?
Yes, though it's possible you'll want to write some small platform-specific pieces to help your app "fit in" more. Gtk# and Winforms are probably your best options for GUI toolkits. Sandy _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
