Wake on Lan c#
I have developed a c# wake on lan application to turn on the computers in network and it work fine in same subnet.BUT I am not able to turn on the pcs connected to a different subnet.Can you suggest...
View Articlebatch file for zip oldest folder
Hi team,I need to zip the oldest directory from the source directory and after zipping process completes I have to paste the newly zip file to the new destination folder and then delete source...
View ArticleUnmanaged UIAutomation API: Accessing IUIAutomatonElement from another thread
I'm trying to develop library that allows testing application's user interface using microsoft unmanaged UIAutomation API. I'm having hard time with resolving an implementation problem regarding...
View ArticleUIAutomation for DevExpress controls issue
Hello,Could you please help me to figure out the cause of problem related to UIAutomation. The problem consists in impossibility to invoke (click) button in UI application (on some PC’s it works fine...
View ArticleAll the controls suddenly turned to ControlType.Pane
My application is using Microsoft UI Automation to build a tree that shows the different controls, their name and values. This works fine. However every so often something happens, not able to pinpoint...
View ArticleUIAutomation. "RemoveStructureChangedEventHandler" takes much time.
Hello, Calling "RemoveStructureChangedEventHandler" leads to a long period of waiting for it to be finished. The interesting moment is that that I do not have any problems with either...
View ArticleSign into Microsoft account using powershell
Hello All,The below are the problems we haveScript needed for silently sign into Microsoft account in Windows 10 RS-3+Enabling One drive with script.Uploading files into One drive using power-shell /...
View Articlewake on commands to turn on PC using AMT in c#
I am developing an windows application in c# to turn on the PC in my LAN using AMT commands. Can any one suggest me a proper way to do it or provide any code for it.Thanks in advance.
View ArticleFailure to call IAccessible in Windows 10
Hello everybody, We have an issue on Microsoft Active Accessibility interacting with our UI elements. It could be related to the SDK upgrading from version 6.0 to version 7.0. In Windows 10, the...
View ArticleConvert Unmanaged IUIAutomationElement to Managed AutomationElement
For some performance reason, I am doing searches in the accessibility tree using C++ unmanaged UIA API. However most of our other functions take Managed AutomationElement in .NET for other processing....
View Articleget_accChild: What is a child ID?
Hi all,the IAccessible::get_accChild function is essentially declared like this in the C++ interface:HRESULT get_accChild(VARIANT varChild, IDispatch **ppdispChild)The parameter varChild describes the...
View ArticleRDP - Server 2016 - Disconnect actaully Logoff - Close running applications
Hello, I'm trying to resolve an RDP quirkiness or misunderstandingRDP (mstsc) to Server 2016 | Access to Desktop (Admin)Raise VS2015 Disconnect RDP (Disconnect Prompt Dialog - Programs will continue to...
View ArticleUIAutomation beginner's questions
Now that I have explored MSAA for a while, I am trying to dive into UIAutomation. Unfortunately there is not so much information around, and native C++ examples are rare. I am working on the server...
View ArticleAPI for Scaling and Layout for Display settings in the Windows 10 settings...
What is the API to use to set the global value applications will use to scale appropriately? Is there a registry setting for this? I am not asking about DPI, I am talking about the variable that all...
View ArticleAutomation: Selecting menu item and/or sub-menu items from another application
I am working on a automation testing project. I want to create a command which will simulate a "select menu item" behavior. This should select a menu item from another application's window.List of such...
View ArticleClick/Select contextual menu by name
Hello,Here is my requirement:1. Simulate right click on specific screen coordinates. It will open a contextual menu like below.2. Click/Select contextual menu item [For example, item "Evaluate" in...
View ArticleWindows 10 - Set tablet buttons to perform certain tasks.
Hi Sir,In Control Panel > Hardware and Sound > Tablet PC Settings > Set tablet buttons to perform certain tasks.There is error popup message but we really install button drivers on the system....
View ArticleAutomationFocusChangedEventHandler method is calling only once
Hello I am working on a Automation Project. I have a requirement to trace the elements on which I focused the mouse.Here is a Start() method to start listening the AutomationFocusChangedEvent: public...
View ArticleDebugging with uiAccess=true
My application requires uiAccess=true in manifest file and becomes digitally signed during post build event....
View ArticleDeploying RDS Remote Desktop Service on Windows 2012 R2 in a WorkGroup...
Hi,I installed and configured RDS licensing server on Windows 2012 R2, however no license has been issued despite that the grace period notification is not appearing.I have got open RDS license - per...
View Article