04-16-2009 10:17 AM
04-16-2009 11:58 AM
In Labview you can specify the monitor to display the window. It is a property of the vi.frontpannelwindow reference. If you are not embedding the avi wiindow as a container in a vi, you could tru using user32 calls to get the handle to the player's windoe and call the move function to move it to the new location (somewhere on monitor 2).
04-16-2009 09:48 PM
04-17-2009 08:55 AM
Yes this is a "newer" feature. You should still be able to set the windows position using the windows bounds property in older versions but you will have to calculate the offest of each monitor in code. To display an extended desktop monitor 2 start the left of the bounds with the width in pixels of the first monitor. This can get messy since the resolution, orientation ... chan change depending on the installed system.