AutomationElement.FromPoint method retrieves wrong AutomationElement in some...
I am working on an application where I need to know if the mouse cursor is over the maximize button. When I use AutomationElement.FromPoint method to retrieve the AutomationElement, I retrieve the...
View ArticleUI Automation Client-Side IRawElementProviderSimple implementation - expose...
I have a executable of an WPF application with custom controls which i need to run UI Tests on with Coded UI. The custom controls do not implement accessibility / automation peers etc. The app...
View ArticleCustom UI Automation Providers
I was looking for clear samples on writing Custom UI Providers and found great post at Microsoft Window UI Automation Blog but the code links at the posts from Michael Bernstein does not work anymore....
View ArticleDiabling the Start button and taskbar
I’m looking for a way to remove the taskbar and start button in Windows 7. I need to prevent users from having access to the system as much as possible. I removed all hot keys and shortcuts and...
View ArticleUI Automation Client-Side Provider for Windows Forms Custom Control using C#
Hi Folks - I been looking for information on client-side providers using C# for Window Forms Custom Controls so i can get information of inner elements at this control. I have been able to make to work...
View ArticleHow to return the custom properties for my custom controls in UI...
Hi Team,I have successfully implemented the Coded UI support for my WinForms Custom control. Now i am trying to implement the Coded UI support as in built one (without Extensions and property...
View ArticleHow to display the custom properties for ControlType.Custom controls?
Hi Team,I have referred the following blog for returning the custom control type for my control. But i don't know how to display the custom properties for my...
View ArticleWindows phone app, how to use narrator read page title automatically?
I'm developing windows universal app(XAML,C#) on phone, and am enabling accessibility for Narrator. Does anybody know how to get narrator automatically to read page title when a page is opened?I tried...
View ArticleUIAutomation Fails for NVIDIA Control Panel - Set up multiple displays
I have a latest NVIDIA driver (Ver 8.1.870.0) installed on my Windows 10 machine.Was try using Inspect and UIAVerify (Win10 SDK) apps to check the Automation elements with respect to NVIDIA - Setup...
View ArticleInspect Object app crashes on Win10 (and Win8)
I am trying to use the Inspect Object app (inspect.exe) that comes with the WinSDK to look at the MSAA hierarchy of my app, but it almost always crashes. I get the "Inspect Object (64-bit UNICODE...
View Articlewimdows 8 unique product key
please send a windows 8 unique product key my email is ; lourencosithorfabiao@hotmail.commy umique ID is...542160698084846021623554
View ArticleHow can I know whether process/thread is free or not
Hi Everyone, I am automating my .net application using AutomationElement I want to write process synchronization. Is there any .Net API which can tell us whether process free or not? Regards, Rajendar.
View ArticleC++/CLI MSAA Automation get_accChildCount returns 21 when /clr (managed) is...
I have been using MSAA through C++/CLI to interact with a windows forms UI component (it is an Infragistics UltraWinTree). The code to do so is very straightforward:IAccessible* accessibleObj;...
View ArticleHelping the deaf and blind
You might already have an app that dose this. We must dream to create reality, I thought artificial intel could help the deaf and blind so they could communicate and see. We could use voice to text so...
View ArticleBuild exe to run a cmd script
Hello guysI hope this is the right forum section to post this in, if not please move or tell meI want to make a exe single clickable exe to do run a script to install software, install a printer and...
View ArticleHow to pass the object in AutomationPeer in codedUi?
I have passed the string builder in Automation peer but i need to pass the object. Is it possible? Please refer my below code for passing the string, i have override the GetItemStatusCore from...
View ArticleWhy would PhysicalToLogicalPointForPerMonitorDPI fail?
Hi -- I'm trying to use LogicalToPhysicalPointForPerMonitorDPI and PhysicalToLogicalPointForPerMonitorDPI to get other applications' views of the sizes of their windows, regardless of whether my app is...
View Articleis it possible to have different theme on different windows 10 desktop?
One of my favorite tools, process explorer does not show very well under Windows 10 High Contrast theme.As I am working with a laptop and an extend monitor, is it possible to have two desktop with...
View ArticlePowershell scripting the Windows 10 Export-StartLayout during logoff to...
Originally posted here:...
View Article