Launchig apps
Sir i have built apps for windows now i am very confuse about this that when will it be launched?
View ArticleAutomationElement.FromPoint takes long time on some occasions
I noticed that in some cases the AutomationElement.FromPoint method takes long time to return. I measured it and it looks like it is almost 10 times slower for some controls.The controls I was able to...
View ArticlePopup class name and UI Automation
Hi all,This is regarding IE9 popup automation. I am not able to get the DOM element for IE9 popup. Earlier i was using "Internet Explorer_TridentDlgFrame" class name and through FindWindowA method of...
View ArticleNeed a direction on start developing text to speech using .net in visual...
My current tool is Visual Studio 2008.I want to develop something windows application to convert text to human language (Chinese).It would be appreciated if someone can point me a direction. Thanks in...
View Articleautomatically load data from database and display in textbox on form load
i want to load data from database and display on the text fields on my form..the data should get fetched from the db without any button click event on form but instead it should get fetched as soon as...
View Articlelog in with webcam
i was wondering if anyone knows how to log on to windows using my webcam
View ArticleOverride Applications inputs with SendInput. Some Apps local handlers seem to...
Hey there, I have a pastebin of my c# code. I hope this is the right forum category. http://pastebin.com/Zw50s5rE My goal is to use SendInput and user32.dll (if appropriate) to re-write keyboard...
View ArticleUI Automation for Delphi application
Hi,I have been tasked with writing automated tests for a huge legacy application written in Delphi. I have looked at using UI Automation from a mstest or nunit harness(C#), but have come across a...
View ArticleAccessing a button on a customized backstage in Word 2013
Is it posible to detect a button click if the button is located in a customized backstage in Word 2013?I'm about to start looking at MSAA documentation, hopefully somebody can clue me in if this...
View ArticleHow to specify Contains in UI Automation PropertyCondition
Hi,I am using UI Automation for GUI testing.My window title contains the application name appended by a filename.So, I want to specify Contains in my Name PropertyCondition.I checked the overload but...
View ArticleWhy can't I see UI Automation information in IE11?
I created a Flash test with one object, gave it an accessible name in Flash and published it. When I open the .html file with the .swf file embedded in it, I cannot see the accessible name with Inspect...
View ArticleInspect Objects will not work on my computer
I am using Inspect Objects that came with the SDK to check that my Adobe Flash files have the correct accessibility information. It is not working on my computer. It works on other people's computers,...
View ArticleWPF Window showing up as a Win32 HwndWrapper class control
I have a test suite implemented using Microsoft UI Automation Framework, running on a remote machine using a test controller and test agent (2012). This machine runs Windows Server 2008.All tests have...
View ArticleIU Accessibility - MFC Property Grid and JAWS
Hi,I use CMFCPropertyGridProperty and CMFCPropertyGridCtrl classes to build my property grid. Pretty standard control, standard grid functionality, items can be expanded/collapsed to see sub-items...
View ArticleDraw rectagle like accexplorer tool does
Like accexplorer tool draw a highlight rectangle I am also trying to do the same but just show dialog instead for test.But on my machine it works win7 64bit; but fails on win8.1 wrong location ..But...
View Articleunresolved external symbol CLSID_AccPropServices .
Hi,getting a linker error :"error LNK2001: unresolved external symbol _CLSID_AccPropServices ... "while using CoCreateInstance(...)I found this article. INITGUID.H is not helping, as well as...
View ArticleHow to force narrator to read a text before another text
Hi, Currently I have a wpf user control that has a stackpanel and in the stackpanel there is a textblock and a few buttons. The focus is on the button and narrator reads the name of the button...
View ArticleInvokePattern.Invoke throwing Win32Exception "Hot key is already registered"
Hello, I am currently using the UIAutomation API to handle Javascript dialogs. For the most part this has worked great but every so often I get this random Exception and I'm not sure how to work...
View Articlewindows 8 block alt-tab simulation ..
// Simulating a Alt+Tab keystrokekeybd_event(VK_MENU,0x00,0 , 0); //Alt Presskeybd_event(VK_TAB,0x00,0 , 0); // Tab Presskeybd_event(VK_TAB,0x00, KEYEVENTF_KEYUP,0); // Tab Releasewindows 8 fail.......
View ArticleHow to make JAWS read a name of a window if not focused
Hi,I'm using VS2012.I have a tabbed view. While switching between views a focus goes on a control inside of each view, which is intended.JAWS reads the name of a focused control. How can I make JAWS...
View Article