| 1: | Before you can early bind objects in an automation server, you must do what? |
| A1: | Create a reference to a type library. |
| 2: | What is the most likely cause of not seeing a type library listed in the Add References dialog box? |
| A2: | You don't have the component installed on your computer. |
| 3: | For C# to use a COM library, it must create a: |
| A3: | Wrapper |
| 4: | To manipulate a server via automation, you manipulate: |
| A4: | An object variable referencing an object in the server's object model |
| 5: | To learn about the object library of a component, you should: |
| A5: | Read the documentation or use the Object Browser. |
| Top |