To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72484
------- Additional comments from [EMAIL PROTECTED] Wed Dec 13 11:22:41 -0800 2006 ------- EnumDisplayDevices gives the same DeviceName strings as the device names from EnumDisplayMonitors (when using MONITORINFOEX). So the full solution in my mind would be to: 1) look up with EnumDisplayMonitors as is currently being done, but use MONITORINFOEX instead of MONITORINFO 2) for each device string from Enum, look up the Device information using EnumDisplayDevices 3) Either don't include devices that are marked as MIRROR devices (preferential), or bump them to the bottom of the list - they're not actually display devices (as you can see in MSDN if you search for the description) 4) Include the DeviceString in brackets after the Monitor number to help identify the graphics adapter Does that make sense? I can provide Python pseudocode if that helps :-) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
