Re: Keystrokes and mouse clicks to another app
- From: Ajay Kalra <ajaykalra@xxxxxxxxx>
- Date: 31 May 2007 04:38:48 -0700
On May 31, 4:50 am, "Paul S. Ganney" <paul.gan...@xxxxxxxxxx> wrote:
Hi all,
I'm managing a project that will, as part of it, require me (so I'm
told) to type in 800 NI numbers. I have the numbers in a file, but
they can't (or won't) upload them.
I was therefore considering writing an app that will enter these
numbers via their interface, by sending keystrokes and mouse clicks to
their window. I'm guessing that I need to get a handle to it and then
send it messages, but that's as far as I've got. I believe that the
app is web-based, running in IE6.
It may be more effort to do it this way, of course, but it'll be a lot
more interesting (and I'm a programmer, not a typist!)
Any help you can offer would be gratefully received - pointers to
routines, code, demos etc.
Typically you can use SendInput etc to do this. Since you are using
IE6, you can also use its very useful object model(IWebBrowser2) to do
the same.
---
Ajay
.
- Follow-Ups:
- Re: Keystrokes and mouse clicks to another app
- From: David Ching
- Re: Keystrokes and mouse clicks to another app
- References:
- Keystrokes and mouse clicks to another app
- From: Paul S. Ganney
- Keystrokes and mouse clicks to another app
- Prev by Date: Re: Why aren't my posts shown in the group?
- Next by Date: Re: breakpoint disabled in dll
- Previous by thread: Keystrokes and mouse clicks to another app
- Next by thread: Re: Keystrokes and mouse clicks to another app
- Index(es):
Relevant Pages
|