Is it possible to call another program (vlc media player in my case) in a VI???I dont want to use the Active X control for playin videos as it does not have much playback functions...
Use the System exec.vi to launch any executable from LabVIEW in your case VLC player. Provide the required inputs path, command line args so that you can obtain the desired functionality.
With regards, JK (Certified LabVIEW Developer) Give Kudos for Good Answers, and Mark it a solution if your problem is solved.