Search found 6 matches

Go to advanced search

by pedrollanes
18 Mar 2011 12:53
Forum: Web and scripting
Topic: VbNet AxVLCPlugin2
Replies: 1
Views: 1787

Re: VbNet AxVLCPlugin2

I have the same problem, sometimes AxVLCPlugin2 block the application when I use AxVLCPlugin2.playlist.stop, and I have one video playing, I check that vlc.playlist.isplaying is true, and then I make playlist.stop and program blocks. does Any developer know whitch is the problem?
by pedrollanes
10 Mar 2011 17:02
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1327

Re: Programming from vb.net

There is not any developer of Vlc dll for vb.net that could help me?
by pedrollanes
07 Mar 2011 13:31
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1327

Re: Programming from vb.net

thank you man i think the problem comes from my x64 os. About releasing the memory, of course i'm not a dev, you can use below code: WeakReference w= new WeakReference(ObjectToDispose); ObjectToDispose=null; GC.Collect(); some times your object has a strong refrence(by gerenration).you can use this...
by pedrollanes
03 Mar 2011 18:09
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1327

Re: Programming from vb.net

if everything is ok with except images then it should be about that plugin. Now i have a question :D - I downloaded a project that use axvlc but when i compile it it seems i need to register something dll , active x, or whatever, i just wanna know how u use this component? when you execute the prog...
by pedrollanes
03 Mar 2011 18:06
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1327

Re: Programming from vb.net

There is no developer of vlc that could say me how I release memory after play a picture???
Please It's very urgent!!
Thank you
by pedrollanes
02 Mar 2011 18:35
Forum: Development around libVLC
Topic: Programming from vb.net
Replies: 6
Views: 1327

Programming from vb.net

Hello I’m makeing an application that shows 4 panels with a vlc player (AxAXVLC.AxVLCPlugin2) for each panel. Each player plays one picture(png;jpg;gif;etc) or a video(wmp;mov;etc) using this code: Private Sub msReproducir(ByVal obj As Objeto, ByVal d As dsAlbum.dtContenidosRow) Me.sem.WaitOne() Try...

Go to advanced search