Automatic Form Fill in

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anil Gupte

    #1

    Automatic Form Fill in

    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 Gupte
    Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving

    www.icinema.com


  • Branco Medeiros

    #2
    Re: Automatic Form Fill in


    Anil Gupte wrote:
    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.

    Comment

    • Anil Gupte

      #3
      Re: Automatic Form Fill in

      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,
      --
      Anil Gupte
      Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving

      www.icinema.com

      "Branco Medeiros" <branco.medeiro s@gmail.comwrot e in message
      news:1164600292 .154178.24770@j 72g2000cwa.goog legroups.com...
      >
      Anil Gupte wrote:
      >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
      >mciSendStrin g 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.
      >

      Comment

      Working...