Microsoft UI Automation is the new accessibility framework for Microsoft Windows, available on all operating systems that support Windows Presentation Foundation (WPF). UI Automation provides programmatic access to most user interface (UI) elements on the desktop, enabling assistive technology products such as screen readers to provide information about the UI to end users and to […]
dot_net
How to Create client side application using Typescript and Angular
Step 1 The goal of this step is to have a single page web application (SPA). If any tools or packages required are missing, you might need to add them to your Visual Studio Edition before the end of this step. At the end of this step, you can exceute or debug the project to […]
C# Application Moving An Image Using Arrow Keys of Keyboard
To run this application you have Visual Studio installed on your laptop/PC and have basic knowledge about C# language. 1. Create new project. 2. Open Windows Form Application. Name it MovingTheImage or something else you want. 3. Double Click the form1 on Solution Explorer. 4. Change the Background Color of the Form. i. Select the […]