[Mono-bugs] [Bug 377084] BringToFront vs SDI
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 4 04:18:27 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=377084
User jesjones at mindspring.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=377084#c1
--- Comment #1 from Jesse Jones <jesjones at mindspring.com> 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.
More information about the mono-bugs
mailing list