INFO: OLE Controls Must Be RegisteredLast reviewed: July 11, 1997Article ID: Q129943 |
The information in this article applies to:
SUMMARYOLE Controls (.OCX files) are OLE servers, so they must be listed in the registry. Visual Basic applications require an installation process to ensure that the necessary items are properly registered. During the setup process, if an OLE Control is needed and not registered, Visual Basic uses the auto-registration facility to automatically register an OLE Control by searching along the normal DLL search path for a file with the OLE Control name. This is done both in the design environment and for built executables. If the OLE Control is properly registered by other means, it need not be on the DLL search path. If Visual Basic does not reside on a computer, any Visual Basic application targeted to be run on that computer must be installed through the setup process. It cannot be simply copied.
MORE INFORMATIONThe DLL Search Path for 16-bit Windows is:
|
Keywords : APrgOther PrgCtrls vb4all vb4win vb5all VBKBError VBKBRegistry kbinfo
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |