Once you create window declarations like these for the graphical objects in your application, you can manipulate them as you
would any other object. For example, if the tool bar was contained in an application named
MyApp, to click on the
FileOpen icon in the tool bar, you use the following command:
MyApp.FileOpen.Click()
You need to write this statement, and others that access the objects declared above, such as Save and Printer, by hand.
and
will not use these identifiers.