Search found 2 matches

Go to advanced search

by nfoto
17 Nov 2014 13:29
Forum: Web and scripting
Topic: ActiveX VLC DLL does not work!
Replies: 4
Views: 5660

Re: ActiveX VLC DLL does not work!

I misread my notes. Sorry. In the post above, replace the statement set m_axVLC=Controls.Add(<location of axvlc.dll>, "m_axVLC") with set m_axVLC=Controls.Add("VideoLAN.VLCPlugin.2", "m_axVLC") You still need to have axvlc.dll registered using regsvr32.exe. Tested with ...
by nfoto
15 Nov 2014 02:01
Forum: Web and scripting
Topic: ActiveX VLC DLL does not work!
Replies: 4
Views: 5660

Re: ActiveX VLC DLL does not work!

Your approach does not work with v2 of axvlc.dll. Instead, use dynamic addition of the dll at run-time (through the VBControlextender interface) and access the properties from the .object property. For example, like this in a FORM_LOAD (VB6): Dim m_axVLC As VBControlExtender set m_axVLC=Controls.Add...

Go to advanced search