Hello. First sorry for my bad english.
Im coding a media player with Vb.NET 2008. Added axVLCPlugin to my project. All is going good. But too many times VLC can't stopped or paused himself. No giving any error message.
Just freeshing at
Me.vlc.stop <---- That line
or
Me.vlc.pause <---- That line
I've tried to use VLC with Variable such as
Dim myplay as VLCplugin.......
But problem is same.
myplay.dispose
myplay = nothing
etc. Freezes are continuing on that lines.
(I've tried with 32 bit and 64 bit systems too)
(I've tried to VLCPlugin2 too problem is same.)
Can someone help me please?
Best regards.