LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Change FP.PanelBounds of Active Windows

I know that with the property �FP.PanelBounds� one can change the dimensions of the Front Panel of any vi that we want to open (say a sub vi).
How do we use the same property to change programmatically FP bounds of the current FP (the main vi that is already executing)? What I want to achieve is using FP.PanelBounds and FP.WinBounds to make my main screen full size after I execute the vi, with consideration of the extra spaces created by making tool and windows bars invisible. What I am having trouble is how to reference the FP. commands with the active vi!

Thanks!
0 Kudos
Message 1 of 2
(2,766 Views)
See the Ghost in the Machine.vi VI server example that ships with LabView. From any LabView window, goto Help >> Find examples >> Search, then enter VI SERVER in the box titled Type a keyword to find.
0 Kudos
Message 2 of 2
(2,766 Views)