LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display image on extended desktop monitor

I am using a high resolution monitor from Double Black Imaging as an extended display.
 
I would like to display an image on this extended monitor and open and close it with the desktop monitor through LabView.
 
Any suggestions?
 
-Venkat
0 Kudos
Message 1 of 3
(2,861 Views)
Hi, Venkat.

There's no VI that does that in LabVIEW, but it sounds like something you could do with the Windows API. I recommend searching on MSDN.com, and this KnowledgeBase has more information on using the Windows API with LabVIEW.

Good luck!
Sarah K.
Search PME
National Instruments
0 Kudos
Message 2 of 3
(2,852 Views)
Hi,



If this display is used as a second display through windows (so you can move your mouse from one to the other), it's not that difficult.


With an Application Node "Display>All Monitors" you get a list of all monitors and there resolution. Now you have to make a vi that puts it's front panel to the size of the monitor you want to use. On the front panel you put the picture you want.


Hope it helps.


Wiebe.



"VIYER" <x@no.email> wrote in message news:1150945806957-381932@exchange.ni.com...
I am using a&nbsp;high resolution monitor from Double Black Imaging as an extended&nbsp;display.
&nbsp;
I would like to display an image on this extended monitor&nbsp;and&nbsp;open and close&nbsp;it with the desktop monitor through LabView.
&nbsp;
Any suggestions?
&nbsp;
-Venkat
0 Kudos
Message 3 of 3
(2,848 Views)