Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    Star Automate other Applications from AMS

    Okay, this is kind of cool. In Visual Basic there is a function named SendKeys. You can use it to send keystrokes to the Window that currently has the focus. A little while ago, I wrote an app that did this to enter a PDFs password into AcroReader so that the PDF could be protected, yet be viewable from AMS. The issue was that I wrote it in VB, and we all know that VB needs its runtimes.

    I'd mentioned that if anyone found it useful, I'd try to spin it in a DLL to get away from VB. I did have a couple requests, and so....

    Here in all it's glory is my version of SendKeys
    This will allow you to send keystrokes, and mouseclicks.
    This doesn't necessarily do the same thing the PDF password app did, but it gives you the power to spin your own.

    Keystrokes Sample and DLL

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: Automate other Applications from AMS

    Sooperkule. Ubernifty. Turbochill.

    Corey Milner
    Creative Director, Indigo Rose Software

  3. #3
    Crash_Davenport Guest

    Cool Re: Automate other Applications from AMS

    Worm, that is very cool!!

    Crash D.

  4. #4
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

    Re: Automate other Applications from AMS

    THX buddy!

  5. #5
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    ##UPDATED## Automate other Applications from AMS

    I've fixed a little problem with this DLL. You no longer need to pass the length of the string anymore. Makes it abit simpler.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts