Page 1 of 1
import VLC to VB.net
Posted: 01 Feb 2010 10:11
by 5kinman
I have try to import the axvlc.dll to the VB2008 project.
But there is only a namespace AXVLC, and no AxAXVLC namespace is present.
Can anyone show me the functional step to add the activeX plugin to VB.net?
P.S. I am using Vista and VB2008.net, and the VLC is of version 1.05
Thx
Re: import VLC to VB.net
Posted: 01 Feb 2010 11:36
by Safal
ON THE SAME CONFIGURATION, I INSTALLED VLC MEDIA PLAYER ON MY SYSTEM.
THEN IN THE TOOLBOX COLUMN, I RIGHT CLICKED AND CLICKED "CHOOSE ITEMS"
THERE IN COM COMPONENTS TAB, THERE I GOT THE OPTION OF CHOOSING VLC PLUGIN1 AND PLUGIN 2..
AFTER THAT . VLC SHOWS IN TOOLBX.
HOPE ITS USEFUL
Re: import VLC to VB.net
Posted: 02 Feb 2010 02:26
by 5kinman
I have try to re-install the VLC but still nothing about VLC appear in the tag "COM Components" of the "Choose Toolbox Items" popup.
Then I try to use the "Browse" button to add the component by myself, and the VB.net told me that
"Self-registration for C:\Program Files\Video LAN\VLC\axvlc.dll failed" when selecting axvlc.dll, and
"The type library C:\Program Files\Video LAN\VLC\vlc.tlb cound not be loaded" when selecting vlc.exe
Well, if I add reference to the VB project, I can only get the AXVLC namespace, which will open a new window when I call the component.
That is not what I want as my major goal is to embed the VLC into my Form.