Page 1 of 1

create program using vlc ActiveX without install vlc program

Posted: 16 Aug 2017 23:20
by ahmed_soft3
hi all,

i Created C# Project Using VLC ActiveX ,the project run Correctly when i install VLC Program on my pc, but when i try to unistall vlc program and run project i get this run time error

" Unable to get the window handle for the 'AxVLCPlugin2' control. Windowless ActiveX controls are not supported."

which i did

1- add axvlc in tool bar

2- add AxInterop.AXVLC.dll , Interop.AXVLC.dll Reference

3- Register axvlc.dll Programmatically in Main function using (regsvr32.exe)

but this error still see also

Re: create program using vlc ActiveX without install vlc program

Posted: 25 Aug 2017 10:40
by Jean-Baptiste Kempf
Are you sure it is correctly registered?