Talk to VLC from Excel VBA -


when playing video in normal, standalone vlc player, wish current timecode in excel. in vba i've added videolan vlc activex plugin reference, , isolated code below.

sub vlctest()     dim myvlc new axvlc.vlcplugin2     msgbox myvlc.input.time end sub 

this returns -1, meaning there's nothing there. i'm wondering if intended interact embedded instance of vlc.... need work regular standalone vlc player. advice appreciated!


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -