Windows Media Player 10 interfaces

D

DrLomax

I am trying to access and control media player 10 interfaces for
controls to video brightness, vizualizations etc. However I havent
found any interface in the media player object that allows me to
reference a player to that interface, hence I cannot control it. Does
anyone know how to get past this? Thanks
 
A

Amol Borkar

Well thats what most people say. The problem is that I have coded the
most of dvd/video player and stuff. I will tell you exactly what the
problem is

I have added the media player as an activex control to my form. I
control has playback and playlist and all the other stuff on it. Now
when I want to add the video control interface, I need to do

Dim vidCt as new WMPLib.IVideoCtrl

May or may not be new but that is not the issue here. Now inorder to use
the properties of vidCt I have to reference it to my player, hence I
need to do

vidCt = player10.?

? stands for what the hell do I put here cause apparently there is no
IVideoCtrl member in the player object itself. Once I can get past this,
I can do all the vizualizations and crap.

Appreciate your help tho.
 
A

Amol Borkar

By any possiblity is there anyway to use PowerDVD as control in VB and
use it to play DVDs?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top