Hi I just started Automating one of my apps with Autoit. Snapshot attached. 1. For all the controls, IDs, Handles and sometimes instances are also generated dynamically. 2. Pls refer screen shot: For Ex: In the upper editor window, if I have only one New Document tab, the Instance value is 3. However, if I have more than 1 New Document tabs, the Instance number changes. Pls see below for the AutoInfo Text for the Control. 3. My main issue is that I am unable to read anything from both upper and lower editor windows. I have tried using both, ControlGetText and _GUICtrlEdit_GetText by passing the right parameters. All I get is "tern1" as shown in the AutoInfo text window. No matter what I am unable to read the text typed in Text Editors. I can only use ControlSend to send my text to the Editors. Few scenarios that I plan to automate are: Creation of mutiple New Documents tabs, Read Text from the Editor, Manipulate text in the editor. How to handle the dynamic IDs. NOTE: THe application is developed using MS Techologies, C# and .NET. This main window of the application is Document Manager window. Pls Help. Thanks a bunch in advance. When Multiple New Documents TAB Class: WindowsForms10.window.8.app.0.129c866 Instance: 19 ClassnameNN: WindowsForms10.window.8.app.0.129c86619 Advanced (Class): [CLASS:WindowsForms10.window.8.app.0.129c866; INSTANCE:19] ID: 12453402 Text: tern1 Position: 169, 157 Size: 595, 230 ControlClick Coords: 171, 63 Style: 0x56010000 ExStyle: 0x00000000 Handle: 0x00BE061A When Single New Document TAB Class: WindowsForms10.window.8.app.0.129c866 Instance: 9 ClassnameNN: WindowsForms10.window.8.app.0.129c8669 Advanced (Class): [CLASS:WindowsForms10.window.8.app.0.129c866; INSTANCE:9] ID: 12453402 Text: tern1 Position: 169, 157 Size: 595, 230 ControlClick Coords: 247, 82 Style: 0x56010000 ExStyle: 0x00000000 Handle: 0x00BE061A