VLan ActiveX causes the PC to reboot
Posted: 10 Apr 2009 15:57
Hello,
I have installed last VLC Media Player with ActiveX. I created a Winforms application using C# and I placed the ActiveX into the Form. I can play videos but when the application is closed, PC reboots.
I added the Form Closing event and in that, stopped the playlist, in case it is still playing. I tried calling Dispose method of the ActiveX control but PC is still rebooting.
Maybe is a synchronism issue, because if I place a breakpoint in Form Closing event, and execute the last lines of code step by step, no reboot occurs.
Can you help me to solve this? do I have to place a delay in Form Closing event?
Thanks a lot in advance,
Jaime
I have installed last VLC Media Player with ActiveX. I created a Winforms application using C# and I placed the ActiveX into the Form. I can play videos but when the application is closed, PC reboots.
I added the Form Closing event and in that, stopped the playlist, in case it is still playing. I tried calling Dispose method of the ActiveX control but PC is still rebooting.
Maybe is a synchronism issue, because if I place a breakpoint in Form Closing event, and execute the last lines of code step by step, no reboot occurs.
Can you help me to solve this? do I have to place a delay in Form Closing event?
Thanks a lot in advance,
Jaime