how to reach the settings in the advanced tab in the system properites via C# code ..?

StackOverflow https://stackoverflow.com/questions/11488679

  •  20-06-2021
  •  | 
  •  

Question

I wonder if there's any way i could reach and change the check boxes in the performance options (visual effects) from C#.

Now I reached only the advanced tab by:

control.exe sysdm.cpl,0,3

but I didn't know a way to continue any further ..

Also, in general, is there a way that we could change somethings in the control panel via code ? like increasing the mouse pointer speed, or adjusting screen resolution .. etc (navigating via code) it would be really cool .. :)

Était-ce utile?

La solution

You can directly set the values: msdn. A similar theme has already been discussed here. You can also click controls on the windows with UI Automation.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top