The information in this article applies to:
SYMPTOMS
When you run code that uses the BrowserNavConstants or RefreshConstants
enumeration variables (Enums) on a computer that has Internet Explorer 4.x
installed, you receive the following error message:
However, the same code works on a computer that has Internet Explorer 3.x installed. CAUSE
The BrowserNavConstants and RefreshConstants Enums are found in the older
versions of Shdocvw.dll that shipped with Internet Explorer 3.x. However,
the newer versions of Shdocvw.dll that come with Internet Explorer 4.x (and
Visual Studio 6.0) do not contain those Enums.
However, if you compile the code on a machine with either Visual Studio 6.0 or Internet Explorer 4.x installed, you will get the "User-defined type not defined" error message. Additional query words:
kbdss kbDSupport kbVBp kbCompiler kbVBp300 kbVBp400 kbVBp600 kbIE400bug
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |