Results 1 to 3 of 3

Thread: Accessing the controls of other applications

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    1

    Post

    I'm working on a temporary fix for my company. I need to access the controls on a form to automate a "update" process. The form is part of an application that I did not write. If you know of a way to change or modify forms of any windows that would help too.

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Lincolnshire, UK
    Posts
    111

    Post

    As part of a very tempory fix you might be able to start the application and then use the sendkeys command to start the whatever

  3. #3
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    If you're pressed for time, SendKeys works as long as the user doesn't hit a key while you're actually sending the keys.

    Beyond that, you might want to look at API's to retrieve handles and menus, and SendMessage to select buttons or menus.

    In terms of customizing another app, you can modify menus, grab a window and place it in a separate window, hook into it to append functionality, etc., but you're looking at a sizable investment of time.

    Good luck,
    Wade

Posting Permissions

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



Click Here to Expand Forum to Full Width