LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reference an vi built into an executable

Hi,

Is is possible to reference a vi that is built into an executable? I need to apply a "bring to front panel" property node to this vi.

Thanks ahead of time

RJ
0 Kudos
Message 1 of 4
(2,660 Views)
If you want to open the VI reference from the same running executable, wire the VI name to the Open VI Reference node. You don't need the full path since the application internal library is searched for a VI with that name. The VI must be built with the option to save its front panel.

Message Edité par JeanPierre le 03-02-2006 04:52 PM



LabVIEW, C'est LabVIEW

Message 2 of 4
(2,655 Views)
Excellent, your guidance worked OK.

Now, is there a property node that will bring my (minimized) vi out of the windows toolbar to "restore" or "maximize" setting?

I know this is possible with a windows call, api or active x.

Thanks ahead of time.
RJ
0 Kudos
Message 3 of 4
(2,643 Views)
Not a property node but an invoke node. The Open FP VI method has inputs to activate the window and select its state (standard, maximized, minimized, etc)


LabVIEW, C'est LabVIEW

Message 4 of 4
(2,638 Views)