Sending keystrokes to 3rd party window
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "Jack" <replyto@it>
- Date: Wed, 15 Oct 2008 20:24:06 -0400
Hello,
I want to send keystrokes to the 3rd party application window.
I want to use AppActivate statement.
Question1:
Knowing the window's title but the window is in background, is calling
AppActivate enough or that window must be first brought to the front?
Q2 (related):
Knowing the window's title but the window is minimized, is calling
AppActivate enough or that window must be first brought to normal state?
The sent keystrokes will open another window (of known title) to which one I
need to send another batch of keystrokes.
What will be the answer to Q1 in that case?
Your help appreciated,
Jack
.
Relevant Pages
- Re: Problems getting a window moved using SetWindowPos or MoveWindow
... What are the keystrokes doing specifically? ... to manipulating these controls with control specific API which are way more ... dependable than SenKeys or any of it's API counterparts. ... > had to resort to the keybd_event to send keystrokes to the window ... (microsoft.public.vb.winapi) - Re: Sending keystrokes to 3rd party window
... Instead of using AppActivate and SendKeys I prefer using SendMessageAPI, ... This will open the second window ... TAB TAB C TAB TAB TAB ... I want to send keystrokes to the 3rd party application window. ... (microsoft.public.vb.general.discussion) - Re: Error Handling
... > I have an application that has been automated with keystrokes. ... > The issue I am having at the moment is that when the applications dials out ... For a Window check/Sendkeys solution that would be pretty reliable, ... -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: ... (microsoft.public.scripting.vbscript) - Using AppActivate
... I am trying to use AppActivate to pass ... keystrokes thru to a setup.exe install. ... title and I use AppActivate to be sure the right window is in use before ... (microsoft.public.scripting.wsh) - Re: Send Keystrokes to Client Side Application
... your problem is really capturing the key strokes on the web app. ... You will have to get a handle to the window ... solve there are a number of ways you can caputure the keystrokes. ... It might actually be easier to use DDE than getting a window ... (microsoft.public.dotnet.framework.aspnet) |
|