The information in this article applies to:
SUMMARYFor every custom control file (.OCX) that Visual Basic uses, there is an accompanying .OCA file of the same file name. For example, GRAPH16.OCX has an accompanying .OCA file called GRAPH16.OCA. An .OCA file is a binary file that functions as both an extended type library file and a cache for the custom control file. MORE INFORMATION
A type library is a file or component within another file that contains OLE
Automation standard descriptions of exposed objects, properties, and
methods. The actual working type library for a custom control used in
Visual Basic is a combination of the type library of the control itself and
the additional properties provided by the framework that wrap the control.
Additional query words: files
Keywords : kbnokeyword kbVBp400 kbVBp500 kbVBp600 |
Last Reviewed: October 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |