Windows Media Player 10 interfaces

  • Thread starter Thread starter DrLomax
  • Start date Start date
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
 
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.
 
By any possiblity is there anyway to use PowerDVD as control in VB and
use it to play DVDs?
 
Back
Top