On Fri, Jul 06, 2007 at 05:09:43PM +0200, Mistral OZ wrote: > Hello, > > I'm presently working on creation of application with two windows on two > separated screens. I use Mono2 and Gtk Sharp2. > > I want to know how to get the dimensions/resolution of each screen and > don't find any solution whitout WinForms. > Can you redirect me on documentation for coding on multiscreen or help me ?
Check out Gdk.Display, which has static methods for getting instances of Gdk.Screen class, which has the info you want. -pete http://go-mono.com/docs/[EMAIL PROTECTED] http://go-mono.com/docs/monodoc.ashx?link=T%3aGdk.Screen _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
