Results 1 to 2 of 2

Thread: Is this a possible scenerio.....[Resolved]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    90

    Is this a possible scenerio.....[Resolved]

    There is an app that I need to interact with. You can get to eveything in the app using keystokes. I know I can bring the app into focus from my app. Is it possible for me to then send out keystrokes, and since that app has the focus it would collect them and navigate accordingly.



    Thanks...just wanted to make sure it was pheasible before spending the time to research and implement it.
    Last edited by OUSoonerFan; Jun 9th, 2004 at 08:17 AM.

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Yes, it is possible. I wrote an App like that about 4 years ago, but it was in Borland C++ Builder. I needed to read data off a smart card and fill out a third party screen. So I set it up to write scripts. Like <Tab> <Tab> <First Name> <Tab> <Last Name> and so on and so forth. I haven't played with in .NET though, but I think there is a SendKeys method you should look into.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

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