I am playing a Windows Media File which is protected by their DRM. I want
to be able to automatically fill in the form asking for payment with my
saved parameters. Is there any way to do this? Note, this is not on the
web - this is a desktop app that has an embedded player or using
mciSendString to play the file.
Thanx in advance,

Signature
Anil Gupte
www.keeninc.net
www.icinema.com
> I am playing a Windows Media File which is protected by their DRM. I want
> to be able to automatically fill in the form asking for payment with my
> saved parameters. Is there any way to do this? Note, this is not on the
> web - this is a desktop app that has an embedded player or using
> mciSendString to play the file.
You'll probably have to play with the Win32 API: FindWindow,
FindWindowEx, SetWindowText and such guys.
Hope this puts you in the right track.
Regards,
Branco.
Anil Gupte - 27 Nov 2006 06:13 GMT
Thanx that helps. If you have anything more specific, it would help a
newbie. Also, if there are resources/tutorials on the web dealing with this
topic, it would help.
Thanx again,

Signature
Anil Gupte
www.keeninc.net
www.icinema.com
>> I am playing a Windows Media File which is protected by their DRM. I
>> want
[quoted text clipped - 11 lines]
>
> Branco.