https://bugzilla.novell.com/show_bug.cgi?id=377084
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=377084#c1 --- Comment #1 from Jesse Jones <[EMAIL PROTECTED]> 2008-04-04 02:18:27 MST --- using System; using System.Windows.Forms; public class Program { [STAThread] public static void Main(string[] args) { Form window = new Form(); window.Visible = true; window.BringToFront(); ApplicationContext context = new ApplicationContext(); Application.Run(context); // NRE in XplatUICarbon.SetZOrder } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
