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