K
K
keeper_of_the_comp2020-07-16 03:07:06
C++ / C#
keeper_of_the_comp, 2020-07-16 03:07:06

How to set properties to the Vlc video player object in windows form, not manually, but by code?

I use installed Vstudio 2019 windows forms and C# installed the VLC ActiveX Plugin and IE Web Plugin v2 plugin
, when changing the properties of the player manually, everything changes, everything works, when you try to change from the code, the properties do not change, the program does not complain about errors, the properties of other objects are changing. Tell me what to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HemulGM, 2020-07-16
@keeper_of_the_comp

Using ActiveX is a very bad idea, which gives rise to the problem that your application will require (besides .NET) to have the Vlc player installed on the client machine to run. Otherwise, your ActiveX component will simply throw an error.
Use the Vlc library for C# . So you will drop this addiction and get rid of the problems that you have now (but I will not say that new ones will not appear \u003d)).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question