LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I open a non labview exe inside a labview VI?

Hello,

I want to develop a labview VI that will take an input of someones mood, then based on this output a playlist of songs that are sutiable to his/her mood. However can I open a external music player like winamp, or windows media player and have it play a playlist of songs? Thank in advance

Hooman
0 Kudos
Message 1 of 4
(2,754 Views)
Yes you can.

Depending on which one you select, there may be a different approach.

You should look up:
"Call Library Function" if using dll's.
"System Exec.vi" if using executables.

You can create or use dll's or executables within LabView.

JLV
Message 2 of 4
(2,742 Views)
Hi toofast4u,

I captured the reply from your other thread : here .

JLV
Message 3 of 4
(2,737 Views)
Active X containers are another means to invoke Windoze media player
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 4
(2,723 Views)