10-22-2009 03:24 AM
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
Solved! Go to Solution.
10-22-2009 03:49 AM
Hey,
You can use the a propertynode on application class with the "Display.AllMontiors" property.
Christian
10-22-2009 06:22 AM
Christian,
thanks for your reply, but I've just figured out alone.