This discussion follows Part I of following previous post: Creating/Managing Multiple Forms in AutoIt - Part I AutoIt by default does not create forms in a specific structure. All forms as well as the controls on the form are declared as global variables. This situation becomes worse if we have multiple forms with many controls. We then have to come up with unique names for each and every control so that control names do not clash between different forms. Moreover, so many global variables bec