I need to allow the user to manipulate WAV files : play, (fast)forward,
(fast)(reverse,etc. Actually, I've put the Windows Media Player as an OCX on
a form through a RCW. It allows for playing, stopping and fast forward, but
some buttons ( i.e. functions) are disabled (i.e. (fast) reverse, etc.). Is
there a way to get those functions enabled? Or is there an alternative way
to get this implemented? Any help or suggestion is much appreciated.
Tia,
Roland
Roland - 03 May 2006 16:37 GMT
I found a solution:
In the first place, the buttons are enabled according to the possibilities
of the media it self, I saw that you can reverse a video, but no wav file.
Secondly, I downloaded the Windows Media Player 10 SDK. It contains a number
of dotnet samples, so I got a headstart. Now I have a player embedded in my
application.
Bye
>I need to allow the user to manipulate WAV files : play, (fast)forward,
> (fast)(reverse,etc. Actually, I've put the Windows Media Player as an OCX
[quoted text clipped - 7 lines]
> Tia,
> Roland