Giter VIP home page Giter VIP logo

uia_interface's Introduction

UIA_Interface

This is far from even Alpha stage.

uia_interface's People

Contributors

jethrow avatar

Stargazers

 avatar Pavel Sapehin avatar  avatar  avatar Jay avatar Hamada Sayed avatar Dirk avatar  avatar  avatar Joe Glines avatar  avatar wyrover avatar Roman avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar sunwind avatar Roman avatar Joe Glines avatar Sturmprophet avatar

uia_interface's Issues

ACC viewer

Hello!

I am interested in the ACC viewer script. Would you be interested in making improvements to it?

I am developing a script for people with poor eye-sight and I integrated ACC viewer into it, but I see no work has been put into it from 2012... and it has a few bugs, but I am not good at DLL calls to make fix it myself...

Thank you very much.

Best regards, Marius.

Can not read text of two textfields

I'm trying to read the text of two textfields.

`NameProperty := "Vorname"
condition1 := uia.CreatePropertyCondition(UIA_NamePropertyId, NameProperty, VT_BSTR)

mycontrol := crm_window.FindFirst(condition1, TreeScope_Descendants)
str1 := mycontrol.GetCurrentPropertyValue(UIA_ValueValuePropertyId)

NameProperty := "Kundennr."
condition2 := uia.CreatePropertyCondition(UIA_NamePropertyId, NameProperty, VT_BSTR)

mycontrol := crm_window.FindFirst(condition2, TreeScope_Descendants)
str2 := mycontrol.GetCurrentPropertyValue(UIA_ValueValuePropertyId)`

str1 gives me the text of control 1.

Second request does not work. str2 would be empty in the code above. What could be the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.