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!