Page 1 of 1

Refering to a vlc instance from a vb form.

Posted: 04 Feb 2011 08:34
by Genko
Hi,
i've created a vlc instance in a visual basic module and then added it to a form.
Then from that form i'd like to manage the vlc instance created in the module, but when i try to intercept it with the comand form1.controls("vlcinstance"), the system answer me that object doesn't exist.
So i've tried to execute a for each loop throught the form's objects but the vlc instance there isn't.
So, what have i to do to manage this instance from the form?

Thanks in advance.