Goodmorning to all, I have a probem on developing program in vb6 with VLC plugin. First I explain the situation to better understand the problem. I use VLC version 2.0.5 I load the ActiveX without problem in this way Set m_axVLC = Controls.Add("VideoLAN.VLCPlugin.2", "m_axVLC") W...