Welcome 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 ArticleDisplay string in correct format
Hi Frnds,I have a small scenario..For e.g:If i pass a string as "aabbbcccc".O/P should be 2a3b4c If i pass a string as "ddeefdffss".O/P should be 3d2e3f2sCan anyone tell me the logic for...
View ArticleGetting value as 'Null' and count as 0 while finding/locating sub...
Getting value as 'Null' and count as 0 while finding/locating sub element/children within app window of windows 8.1 metro style app. We have followed below links: http://guriyakalyani.blogspot.in/...
View ArticleGrid Automation
Does anyone have any suggestions on how to find and automate a control that does not show up in UI Spy. I am trying to write some automation software using Microsofts UIAutomation class. The program I...
View ArticleIn the Microsoft Mouse and Keyboard Center how do I set the "my favorites"...
Why are the built-in commands like "Logoff", "Lock Computer", "Search", etc. restricted from the "my favorites" keys labeled 1-5 in the Mouse and Keyboard Center. It seems that the my favorites...
View ArticleAudio sensing and selecting output
I am looking for a way to mute the audio line in when a video plays in a program. I am currently feeding a signal into the line in and passing it through. Then when I play a video I have to run AutoIT...
View ArticleUI Spy - Mouse Hovering Mode
Anybody have the source code for how the UI Spy implements the Hovering Mode to draw a red rectangle over the element being hovered by the mouse? It would be great if UI Spy source code was available ,...
View ArticleUI Spy misreporting the UI heirarchy for our App.
If I view a Table object (Infragistics) with UI Spy, it lists the rows as expected. However, when I use the Treewalker and navigate down to the Table object, the rows do not exist where they do in...
View ArticleScreendoors 2000
Is it possible to get the full version of Screendoors 2000 some place?
View ArticleNative UIA BoundingRectangle property value not matching my desktop resolution
Hi, guysI found UIA BoundingRectangle property value is not correct in latest win os.I wrote a test app to print desktop's BoundingRectangle, result on OS 9860 is 1536x864, but actual resolution is...
View ArticleHow to get complete lists from the System.Windows.Automation framework
I am writing automated test for a WPF desktop application; and the list of int I see on screen doesn't match the list I get from AutomationElement.FindAll() when searching for TreeScope.Children and...
View ArticleProcess start at boot time..
Hi All,I am developing a client application which needs to be start up at boot time and there is one more requirement that no body should be able to delete this to provide it security.Please reply .Thanks
View ArticleMagnification API - Sometimes an error occur when the MagSetWindowSource...
I am developing a capture application with Magnification API. The program is to capture of both primary and Seconday Screen. Sometimes access violation occur when MagSetWindowSource function called.1....
View ArticleLanguage Bar hotkey (alt+shift) steals foreground window. (alt+caps/tilde is...
Hello,I think this is just an issue around which app is at the top of the window stack and not language, but it has to do with the Language Bar. If I press Alt+Shift in the application software I...
View ArticleSpeak SAPI English from eg Dutch-configured Windows
I'm an app developer, app speaks using SAPI interface in English. Example customer's machine is Win7 Dutch, say (NL). So Dutch is not one of the eight supported languages.... there is no speech...
View ArticleCUIT Data driven test. How do I automate the test using .csv file when the...
Hi, I am new to MS CUIT.I have this challenge where I cannot data drive a test because the name property appears to have not been learned during recording. So then this line of...
View ArticleWhat is the new API for reading text from GDI+?
Hi everyone,I'm new to the forum, and have a question I have not been able to get an answer for: what is the new API replacing mirror drivers? I even asked about it on Stack...
View ArticleFinding an automation element with a partial match for the Name property
Is it possible to find an automation element through a partial match of the Name property? For example, if I know that the automation element's name property will always contain "foo" along with some...
View ArticleSpeech Platform 11 Recognition in a Desktop App
I'm doing some tests with speech recognition engine on my app, this is a sample grammar from my code: ****** GrammarBuilder _Start = new GrammarBuilder("start action"); Grammar _Actions = new...
View ArticleHow to get fix KB2484841?
I've been trying to figure out a memory issue for the last couple of weeks. I have finally narrowed it down to WPF UI Automation being triggered by a screen reader running paralel with the...
View Article