pichumani
2 hours agoOccasional Contributor
Region checkpoint
is there a way to make Region checkpoint, display hardware and display settings independent ? It would be of great help if i get a solution.
What do you mean by "display hardware"?
You can display screen resolution for example,
Log.Message("Resolution: " + Sys.Desktop.Width + "x" + Sys.Desktop.Height);
or enviroment variables,
Log.Message("User Profile: " + aqEnvironment.GetEnvironmentVariable("USERPROFILE"));