FIX: Private Enum Statements Cause an Application Error (223133)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q223133 SYMPTOMS
A user-created ActiveX control contains several private Enum statements. When this user control is added to a Visual Basic project and the project containing the usercontrol is run, an application error occurs that terminates Visual Basic.
RESOLUTION
You can work around this behavior by declaring your Enum statements as Public rather than Private.
Modification Type: | Major | Last Reviewed: | 5/12/2003 |
---|
Keywords: | kbBug kbCtrlCreate kbfix kbVS600sp3fix KB223133 |
---|
|