[Mono-bugs] [Bug 551051] Mono WinForms window themes is not consistent for the same VS created application
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 29 14:05:45 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=551051
User glennc at likewise.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=551051#c1
--- Comment #1 from Glenn Curtis <glennc at likewise.com> 2009-10-29 12:05:43 MDT ---
Just to be clear.. we do already call the following in our main()
private static void Main(string[] args)
{
string sConsoleFile = null;
if (args.Length == 1 && !args[0].StartsWith("--"))
sConsoleFile = args[0];
// Enable themes
Application.EnableVisualStyles();
..
--
Configure bugmail: http://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