https://bugzilla.novell.com/show_bug.cgi?id=480297

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=480297#c1


Jonathan Pobst <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
                 CC|                            |[email protected]
         Resolution|                            |INVALID




--- Comment #1 from Jonathan Pobst <[email protected]>  2009-03-04 09:45:56 MST 
---
VisualStyles are not supported on all operating systems, including Linux.  Your
code would also crash on Windows 2000, ME, and 98, as well as XP/2003 systems
with themes turned off.

You have to check Application.RenderWithVisualStyles before using the
VisualStyles namespace. 
(http://msdn.microsoft.com/en-us/library/system.windows.forms.application.renderwithvisualstyles.aspx)

If it returns false, you have to provide a backup painting mechanism that does
not use VisualStyles.

-- 
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

Reply via email to