Re: [Win32Lib] wrap Media control?
- Posted by mattlewis (admin) Feb 10, 2009
- 1209 views
DanM said...
I actually did think of looking into wmp.ew, and had found
IWMPControls3_p_currentPositionTimecode,
but that just REPORTS the current position, there's nothing I saw that would allow SETTING it, I think.
There are a lot of interesting things like fast forward & backward, tho. I'll keep looking.
Actually, that's a read/write property: Controls.currentPositionTimecode. So you should be able to set it as well.
Also, you might try putting a trace(3) in win32lib, to see where it gets (you'll probably also need to put with trace in there).
Matt