LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to open two frames/windows system in labview

In my system attached with one monitor and one projector. I want to see one window (
Black color) in projector if projector available and another window(white) in monitor.
0 Kudos
Message 1 of 3
(3,528 Views)
Please elaborate, your question is not clear.
0 Kudos
Message 2 of 3
(3,528 Views)
Monica,

This is going to be system dependent. What you will need to do is use the Application property Display.AllMonitors. This will query the OS and get information about all of the monitors on the system. You can then check the results of this property to see if a second monitor is there and then move the VI position to be on that window.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 3 of 3
(3,528 Views)