Search found 3 matches

Go to advanced search

by neil00
16 Sep 2010 09:25
Forum: Development around libVLC
Topic: VLC 1.1.0 don't work with Visual Basic 6
Replies: 5
Views: 2627

Re: VLC 1.1.0 don't work with Visual Basic 6

Hi, I think VLC must be installed because of the DLL's have to be registered to work correctly. OCX cannot be a standalone file to read media files, DLL's are needed to work. I use Inno Setup + IS Tools to deploy VB apps. VLC installer is included in the installation package and is installed silentl...
by neil00
08 Jul 2010 11:18
Forum: Development around libVLC
Topic: VLC 1.1.0 don't work with Visual Basic 6
Replies: 5
Views: 2627

Re: VLC 1.1.0 don't work with Visual Basic 6

First, i'm sorry for my (poor) english. The solution is to create a dynamic VLC control. Create a new projet with a form (called frmVlcTest) and a module with the Main procedure. It is unnecessary to add the VLC Plugin reference. Here is the code : Sub Main() Dim oVlc As VBControlExtender Dim fIniTi...
by neil00
29 Jun 2010 21:48
Forum: General VLC media player Troubleshooting
Topic: Disable Full Screen from VLC ActiveX Plugin 2
Replies: 7
Views: 3994

Re: Disable Full Screen from VLC ActiveX Plugin 2

Hi, i have the same problem (in french version). I can't add the VLC plugin component but the VLC plugin reference is working. But i can't use the VLCPlaylist constants... An error message appear (ambiguous name).

Have you some news about this problem ?

Go to advanced search