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.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.