How to change display properties of a computer through code?
-
Hi. I want to change some of the display properties of a computer through code. I want to change the properties which appears on Right click on desktop-->Properties-->Appearance Tab-->‘Effects..’ button on right bottom corner. In that I want to uncheck all the options except ‘Show window contexts while dragging’ option. How can I achieve this through code?
Sameer Thakur
-
Hi. I want to change some of the display properties of a computer through code. I want to change the properties which appears on Right click on desktop-->Properties-->Appearance Tab-->‘Effects..’ button on right bottom corner. In that I want to uncheck all the options except ‘Show window contexts while dragging’ option. How can I achieve this through code?
Sameer Thakur
-
Hi Rechi. Thanks for reply. I searched SystemParametersInfo() function in MSDN. I saw all the parameters which one can either access or change through that function. But unfortunately I did not find the parameter which will help me to change the properties that I want to change.
Sameer Thakur