|
Summary
This article describes the problem associated with placing a BetterButton in a Visual C++ project. This information applies to:
Details
The following error occurs when trying to place a BetterButton ActiveX control in a Visual C++ project:
Runtime error '-2147467263 (80004001)': Not Implemented
This is because the BetterButton expects the parent container to support certain property values. Visual C++ does not support these properties.
See the following articles for more information:
|