Automation Event Handlers are fired more than once
Hello,I'm working with the MS UIA framework and its built-in Automation event handling. I'm seeing unexpected behavior on the WindowClosedEvent.[TestMethod] public void TestMethod1() {...
View ArticleNeed to click the hyperlink which in located in Datagrid cell using UI...
Hi all,Am working on UI automation. I can able to get the datagrid control in UI automation but I couldn't able to get the hyperlink control which is presented in all the rows in 2nd column. Kindly...
View ArticleVisual Basic Application to Generate Word Documents (Stopped Working?)
Hi we have a VB2010 application that we use to generate a selection of Word 2010 documents, which worked fine until we upgraded to Word 2013.It appears that the application crashes while trying to set...
View ArticleUIAutomation: Getting Row from Janus GridEx Control extremely Slow
It was extremely slow with Finding row from the grid that I am using (Janus.Windows.GridEX.v3.dll),OS- Windows7, 64bit, UIAutomationClient.dll Version: 4.0.0.0. I have 5000 rows in my table, and using...
View ArticleHelp selecting/editine Word Document Section Headings in VB .Net
Hi I have an application that automatically generates a selection of word documents using templates & preformatted document sections which get added depending on what the user has entered into the...
View ArticleRowsCount of the DataGridView
hi,Have you any idea about how to obtain total rows count of the DataGridView Or obtaining certain properties which are not exposed in normal automation element properties?
View ArticleIssue finding child controls inside WPF Group control using UIAutomation...
We are using WPF controls and reporting framework from DevExpress XtraReports. Housed inside a custom WPF control, there is a Group control called 'BarManager' that has two child Group controls,...
View ArticleThe on screen keyboard will not appear.
when opening the on screen keyboard it freezes then a box opens sayin couldn't open on screen keyboard.
View ArticlePreventing UI Automation access to an application
HiCongratulations of the new forum, it should be a great thing to have.I just wanted to know - is there a way of preventing or limitting UI Automation access to an application?
View ArticleHOWTO Block and Enable Applications using UI-Automation.
Please help,We have a desktop C#/.NET application, that uses UI-auotmation. Specifically through the Interop.UIAutomationClient, and ultikately calls such functionality as the "ElementFromPoint". How...
View ArticleHOWTO Deal with UAC vs UI-Automation.
Please help,We have a C#/.NET apoplication that uses Interop.UIAutomationClient, and ultimately calls such functionality as the "ElementFromPoint"...
View ArticleVisual Basic 2010 . Net & Microsoft Word Document
Hi I am currently working on a VB . Net application (Upgrade) that I am having a few issues with.The desktop application is a stand-alone Windows program GUI that automatically creates a selection of...
View ArticleRemote Controlling WPF Window
Hi!We have a situation where we need to "remote control" a WPF application, a fully separated WPF window on a Virtual Desktop.We can start the WPF application on a virtual desktop and can send messages...
View ArticleHow to get current user logon and logout time in windows 7 using VB.NET or C#
I want get current user logon and logout time and print them it to a Textbox. I am using VB.NET and SQL Server. Please guide me how to get this.Thanks in advance.
View ArticleHow do I get the visual/window of an automation element?
I have an use case as follows, Process proc = Process.Start("myproc.exe"); AutomationElement automationElement = AutomationElement.RootElement.FindFirst(TreeScope.Children,...
View ArticleObjects not accessibled in windows10/Internet Explorer
Hi,Since we are using Windows 10, our sso software is not able to detect any object in Internet Explorer.We have registered again the dll used for accessibility (oleacc.dll) but it change nothing at...
View ArticleHow to capture and simulate the touch operations.
I have a WPF Application which can synchronize operation to other computer.But now I add office control to it. I don't how to synchronize touch operations in the office control to other computer.Is it...
View ArticleUI Automation API does not work well on Windows 10
Hi there,We use UI Automation API to implement our automation test framework. A lot of bugs have been reporting recently by windows 10 users. Can any one provide some inputs for my questions? Thanks a...
View ArticleUI automation on mouse over draw a rectangle C#
using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using...
View ArticleNot getting correct caret position of textbox of webpage in chrome using wpf C#
I have built a wpf application to capture screens. Captured screen details are collected from System accessible object which is created from caret position using GUITHREADINFO. It is working fine in IE...
View Article