Determine Whether VBX Support Is Enabled at Run TimeLast reviewed: July 22, 1997Article ID: Q117777 |
1.00 1.50
WINDOWS
kbprg
The information in this article applies to:
SUMMARYThe MFC class library provides support for using VBX controls in a 16-bit Windows-based application. You can call CWinApp::EnableVBX to enable use of VBX controls. You can also determine whether VBX support has been enabled in an MFC program as it is running. This article presents two possible methods of determining whether VBX support has been enabled in applications on MFC, versions 2.0 and 2.5. NOTE: Both of these methods rely on the use of implementation-specific details of MFC, versions 2.0 and 2.5. The techniques presented here are not guaranteed to function correctly in future versions of MFC.
MORE INFORMATIONUse one of the following methods to determine whether VBX support has been loaded:
|
Additional reference words: kbinf 1.00 1.50 2.00 2.50 EnableVBX
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |