Automatic Form Fill in

  • Thread starter Thread starter Anil Gupte
  • Start date Start date
A

Anil Gupte

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,
 
Anil said:
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.
 
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,
 
Back
Top