The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE.
using ESRI.ArcGIS.Display;GlobalScreenDisplaySettings g = new GlobalScreenDisplaySettingsClass();bool yes = g.CanEnableHardwareAcceleration();if (yes) g.EnableHardwareAcceleration = true;The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE. Brian
I am having this same issue. Info:Standalone C#/WinForms appArcGIS 10.1 SP1Tested on two workstations, both with high-end graphics cards with updated drivers. The CanEnableHardwareAcceleration property returns True on both machines, but setting the EnableHardwareAcceleration property does not actually change its value.Any ideas?Thanks.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.