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 ...