LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get resolution of all displays

Solved!
Go to solution

Hello, I'm trying to get the screen resolution and position (display two on the left or right of display one) of all the connected displays (normaly two) from LabView 8.6. My idea was to take the .net class "system.windows.forms.screen" but it does not have a public constructor.

 

 

Can anybody help me?

 

regards, Nicolas

0 Kudos
Message 1 of 3
(2,801 Views)
Solution
Accepted by topic author sondek

Hey,

 

You can use the a propertynode on application class with the "Display.AllMontiors" property.

 

 

Christian

Message 2 of 3
(2,797 Views)

Christian,

 

thanks for your reply, but I've just figured out alone.

0 Kudos
Message 3 of 3
(2,782 Views)