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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top