What I am doing is trying to figure out how to get control of the ActiveX control in a .Net program.
For instance, if I wanted to change the aspect ratio. With the VLC program, I just select the appropriate choice from the menu 'Video->Aspect-ratio'. But in my app, I believe I need to send the command via the getVariable/setVariable methods. Can someone give me an example how to do this. I believe if I have an example of how to do this one, then I should be able to figure out how to do mode of them.
Some documentation on the ActiveX control would be great. if there is some somewhere, can someone point me to it... If there isn't, then I will be happy to document whatever I figure out to help others get a start.
I tried:
setVariable("aspect-ratio","4x3")
but that causes an error.
Thanks.