Hi,
I have a real problem when using the VLC ActiveX control with c#,
i am embedding this control into a windowForm (frm_vlcPlayer for example)
from another window i can open this form
frm_vlcPlayer vlc = new frm_vlcPlayer()
vlc.Show();
and all things is well to this step
but when i try to close the windows form :
vlc.Close()
a big problem occur on some Pcs:
THE PC RESTART
Note that this problem is not on all PCs, it's working fine on some other pcs
Please help me because i am in trouble