Jump to content

Recommended Posts

Posted (edited)

Need some help with 90 degree monitor rotate via NVidia control

Looks like it sometimes selects wrong Radio option (istead of +90 I get -90 etc)

or maybe someone knows easier way to rotate?

Thanks

#region --- ScriptWriter generated code Start ---
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)

ProcessClose("nvcplui.exe");
Run("nvcplui.exe");

WinWait("NVIDIA Control Panel","")
If Not WinActive("NVIDIA Control Panel","") Then WinActivate("NVIDIA Control Panel","")
WinWaitActive("NVIDIA Control Panel","")
sleep(1250);
   ControlClick("NVIDIA Control Panel", "", "[CLASS:TaskLink32; INSTANCE:7]");
sleep(250);
   ControlClick("NVIDIA Control Panel", "","[CLASS:Button; INSTANCE:7]");
sleep(250);
   ControlClick("NVIDIA Control Panel", "","[CLASS:Button; INSTANCE:12]");



MsgBox(0,"Finished","Process Done",5);
Edited by tobject

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...