I was thinking about writing an app (in either C++ or C#) to help me sort videos faster and I was wondering: How can I open more then 2 (maybe more) instance of VLC and control them though my EXE? What are my options? I know I can SendMessage
to the EXE directly. Could I do something like simulate user keys?
How do I open the VLC exes in my EXE? its been a while. Lately I have only done command line apps.