The information in this article applies to:
SYMPTOMSIf you add a watch for the Me keyword in a document project in the Microsoft Visual Basic Editor and you attempt to reset the project while you are in debug mode, one of the following error messages appears. Microsoft Windows 95
Microsoft Windows NT
CAUSE
This problem occurs when the following conditions are true:
-and- -and- MORE INFORMATIONIt is not necessary to place a watch on the Me keyword in an item in a document project. The Me keyword is used in class modules to distinguish between different instances of a class. You do not need to use the Me keyword to distinguish between different items in a document project because the items are not created dynamically and the items are each identified by an unique name. Additional query words:
Keywords : kberrmsg kbprg xlvbainfo |
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |