Postby JBraunsma » 12 Oct 2004 23:53
I have a requirement to be able to control the VLC from an external application in a Windows environment. Right now, I am using VB as a proof of concept. I can start VLC and pass the MRL on the command line to begin playback, but I also need to be able to stop playback, change the MRL and start the playback again. I thought I could use the Win32 API and the SendMessage function to accomplish this. Can anyone make a recommendation on the best way to go about doing this? Any advice or direction on how to proceed is appreciated.