05-25-2020, 04:25 PM
I'm sure that this is super simple for others, but it has been a challenge for me.
How do I get the screen size (x y) for my 3rd monitor?
How do I get the screen size (x y) for my 3rd monitor?
Get Screen Size for 3rd Monitor
|
05-25-2020, 04:25 PM
I'm sure that this is super simple for others, but it has been a challenge for me.
How do I get the screen size (x y) for my 3rd monitor?
05-25-2020, 05:10 PM
05-25-2020, 05:12 PM
05-25-2020, 05:17 PM
Gintaras, you are the best!
Many thanks for such a quick response, it is greatly appreciated!
05-25-2020, 11:42 PM
(This post was last modified: 05-25-2020, 11:45 PM by ijunk.
Edit Reason: added attachment
)
As a follow up, how is the monitor number determined?
According to windows, my 3 monitors are setup in the following order from left to right: 3, 1, 2 (see attached). Monitor 1 in this layout is my primary according to windows. I wrote a test script to display a message on each monitor and QM thinks my monitors are in this order: 1, 3, 2 So, I'm not sure how to determine the order that QM sees my monitors. This makes it difficult to be sure that I am performing a function on the expected monitor. Is there any way to know the order for sure?
05-28-2020, 08:15 PM
QM uses Windows function EnumDisplayMonitors. It returns monitors in different order than in Windows Settings. It seems there are no other ways.
https://stackoverflow.com/questions/1305...ect=1&lq=1 https://stackoverflow.com/questions/1134...rogrammati |
« Next Oldest | Next Newest »
|