Windows Media Player 6.4 , 10 SDK
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
WMP10 I am writing code for a DVD/Video player using the WMP10 SDK. I want to use the WMPLib.iVideoCtrl interface since it contains all the features to change aspect ratios, contrast brightness etc. However, I am unable to find a way to use this interface. I cannot find an interface in the WMP player object that can link this interface i.e. Dim vc as WMPLib.iVideoCtrl 'May need New, cant remember Dim pl as new WMPLib.IWMPPlayer4 vc = pl.? Also is there a way to navigate through the DVD menu using code rather hovering the mouse of the video? WMP6.4 How do I play DVDs in this player. MSDN says that by saying filename = "DVD:" , it should play dvds. Anyone have any luck playing with that? Thanks