Post Reply
ChipConnJohn 2008-11-10 14:49
Hello all,
I'm trying to figure out how to make sure the DVI connectors on the video cards get assigned specific monitor numbers. I've run some tests using scripting and have gotten all of the information out. What I can't figure out is how to change values.
If I put: Dim sys, mon Set sys = CreateObject("UltraMon.System") Set mon = sys.Monitors("1")
Set mon.DeviceName = "\\.\DISPLAY1\Monitor0" or Set mon.Enabled = True
in my script I get an error. I need to be able to set Monitors 1, 2, and 3 to specific outputs of my video cards. How do I do this?
Thanks, -John
-John
|
Christian Studer 2008-11-11 10:50
Changing monitor numbers or names is not possible, not via UltraMon and I'm also not aware of another way to do this except changing to which port on the video card the monitor is connected.
Christian Studer - www.realtimesoft.com
|
Post Reply
|