Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #11886

Re: Any possibility to check the contains of a window

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: Any possibility to check the contains of a window
Date 2018-04-03 18:49 -0400
Organization A noiseless patient Spider
Message-ID <pa10ep$dd1$1@dont-email.me> (permalink)
References <5ac3b0ed$0$3321$426a74cc@news.free.fr>

Show all headers | View raw


"Dudule" <nivu@niconnu.com> wrote

| I would like to know if there is any possibility (using Wscript), to
| check/verify that an
| application windows (with the focus), displays some string..
|

  That's a tough one in any situation. And it
won't be available at all unless it's written by
the system. In other words, if a program
uses a system textbox and puts text into it,
you might be able to get that. If a program
just writes directly to their own window then
it won't be findable.

  Your best bet is Active Accessibility. If you
want a component, try this:

https://www.jsware.net/jsware/compfiles.php5#jsshl

  Take the EXE version for 64-bit.

   I don't think script can use AA by itself, directly.
Even with a component it will be difficult. That's
why screen readers for the blind are so expensive.
They have to use various hacks to tell blind people
what's onscreen and there's no one way to do it.
AA itself is only a bundle of hacks that Microsoft
put together to satisfy accessibility requests.


Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Any possibility to check the contains of a window "Dudule" <nivu@niconnu.com> - 2018-04-03 18:50 +0200
  Re: Any possibility to check the contains of a window JJ <jj4public@vfemail.net> - 2018-04-04 02:47 +0700
  Re: Any possibility to check the contains of a window "Mayayana" <mayayana@invalid.nospam> - 2018-04-03 18:49 -0400

csiph-web