Just wondering if there\'s a known way of getting a Mono System.Windows.Forms application to go fullscreen on Ubuntu/Gnome.
Mono is 2.4.2.3 Ubuntu is 9.10
Doing
I can't test it at the moment, but have you tried a simple resize?
form.FormBorderStyle = FormBorderStyle.None form.Location = Point(0, 0) form.Size = Screen.PrimaryScreen.Bounds.Size