Inconsistent Menu opened event notifications
Hi everyone,I am monitoring MENU opened events (UIA_MenuOpenedEventId) globally by adding AddAutomationEventHandler with Treescope_Descendants and the element hooked is for the root (Desktop). Things...
View ArticleCan we use UIA to control and spy Store App ?
HiIs there some forum to discuss Store App automation ?Can we use UIA C++ and C# to control Store App ?Is there some good sample from Microsoft or 3rd party ?Is there some good tool to spy Store App...
View ArticleHow to un-tile your program when the onscreen keyboard is removed?
In at least Windows 8, at certain resolutions (a MS Surface Pro, for example, 1920 x 1080 with "Larger - 150%"), if a desktop program is maximized (or would otherwise intrude on the onscreen keyboard...
View ArticleSelect a row of datagrid using UI Automation
Hi,I'm writing a UI automation software for another software. I need to select a row in the datagrid and then click on the run button. I tried most of the example codes in the internet and each time...
View ArticleHave a question regarding automation of Memory Testing
Hello,We are working on automating memory testing and ran into a problem where it appears that the automation interfaces are holding references to controls within our application. This gives us a bogus...
View ArticleSendInput fail beause Interface Privilege Isolation (UIPI) and integrity
I am try to simulate mouse event on Win7, and my application using an open source project "Windows Input Simulator" on website http://inputsimulator.codeplex.com/ which internally use codes below to...
View ArticleException in UI Automation Client
Hi,We've developed app(app 1), that interacts with controls of other applications (app 2). App 1 is using the UI Automation accessibility framework.If app 2 throws some exception, it catchs in app 1.Is...
View ArticleWindows help compiler
Hi there!I`m trying to compile windows help from command line but when I run hhc.exe I just got an error:HHC5003: Error: runtime error R6002 - floating point not loadedCan you help me how to solve...
View ArticleFinding elements by pattern availability
Following code does not work as expected, i.e. returned element does not implement Dock pattern. Is it FindFirst API limitation or bug?CoInitializeEx(NULL, COINIT_MULTITHREADED);...
View ArticleInjecting Keyboard\Mouse\Touch events - Windows Application vs. Windows Service
I'm trying to implement a C++ Windows 8 application that receives an input from the user (from external device\file\etc..) and simulates keyboard\mouse\touch events. I want the application to run in...
View ArticleWindows Speech Recognition commands
I have implemented the use of the Windows speech recognition in Vista and also with Windows 7 and I've noticed some significant changes that have limited the functionality in Win7.The user I had set up...
View ArticleRecord & Redistribute files generated using Microsoft TTS Voices
Hello, If an application requires voice prompts / transcripts, Developers have a choice of getting it recorded by a commercial voice-over artist. Obviously, voice artists cost a lot and Developers with...
View ArticlePoor WPF application performance due to UI Automation on certain machines
I am dealing with a performance issue an a WPF application that is related to UI Automation. The symptom: On certain machines, expanding some expanders in our app can hang the app for minutes on end....
View ArticleLogin via voice biometrics
I've been looking for documentation on login via voice biometrics. Authentication would preferably happen in the cloud. Before I start digging deep into Windows Credential Provider...does anyone know...
View ArticleWelcome to the Windows Accessibility and Automation Development Forum
Hello all, The scope of the UI Automation forum has expanded to cover all Microsoft accessibility/automation technologies, including UI Automation and Microsoft Active Accessibility. This forum is for...
View ArticleWindows 8 tranformation pack unique product key
pls send win8TP3 unique porduct key thais email-thanveerbabu@gmail.com, My unique user ID:54214360766451443219031642
View ArticleCould not Find Automation Element
Hello All,Iam trying to find automation element for the particular component in Web apps developed using ASP.Net .I could not find al the automation elements and Ids .I could see al l the properties...
View ArticleHow to automate xap using command line in windows phone 7 and 8 ?
my requirement is i want build xap on replacing one of folder from the resources using command line that folder should be include resources on xap built.
View Articlehow to build xap using command line on deleting one of folder and again add...
my requirement is that i want build a xap if i delete one of folder from resources and after some modification i again add that folder and then build xap using command line.
View ArticleDataGrid Onclick Event
Hi..I am new to Wpf..and I have been working with DataGrids. I am on a project that needs the rows under the DataGrid to act as ListView and if the user clicks on any row, a new page is to be opened...
View Article