The application Sample, shows how to configure a VLC Active X.
Important to re-register this ActiveX after installing VLC before you can run the app, follow the instructions below:
1. Open a Prompt Command as the administrator;
2. Run the following command: regsvr32 -u "C:\Program Files(x86)\VideoLan\VLC\axVLC.dll"
3. Hit ok;
4. Run the following command: regsvr32 "C:\Program Files(x86)\VideoLan\VLC\axVLC.dll"
5. Hit ok;
6. Open the attached application and run it.
7. Check the ActiveX configuration on the Screen Script ONOPen() sub.