Article ID: 257741 - Last Review: August 7, 2007 - Revision: 2.3

FIX: UserControl Validate Event Hangs the VB IDE

This article was previously published under Q257741

On This Page

Expand all | Collapse all

SYMPTOMS

If a UserControl has a control with code in the Validate event, and it is sited on a form in a Standard EXE project, the project causes the system to lock up when it is run in the Visual Basic integrated development environment (IDE). This problem only occurs on Windows 95, Windows 98, or Windows Me computers.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in the latest service pack for Visual Studio 6.0.

For additional information about Visual Studio service packs, click the following article numbers to view the articles in the Microsoft Knowledge Base:
194022  (http://support.microsoft.com/kb/194022/EN-US/ ) INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295  (http://support.microsoft.com/kb/194295/EN-US/ ) HOWTO: Tell That a Visual Studio Service Pack Is Installed
To download the latest Visual Studio service pack, visit the following Microsoft Web site:
http://msdn2.microsoft.com/en-us/vstudio/Aa718353.aspx (http://msdn2.microsoft.com/en-us/vstudio/Aa718353.aspx)

MORE INFORMATION

Steps to Reproduce Behavior

  1. Start a new Standard EXE project in Visual Basic. Form1 is created by default.
  2. From the Project menu, add a new UserControl to the project.
  3. Add a TextBox control and a Label control to the UserControl.
  4. Paste the following code into the Code window of UserControl1:
    Option Explicit
    
    Private Sub Text1_Validate(Cancel As Boolean)
        MsgBox "Text1_Validate"
    End Sub
    					
  5. Close the designer of the UserControl, and then place an instance of it on Form1.
  6. Save and run the project.
  7. Click on Label1. Your Visual Basic IDE should lock up.

APPLIES TO
  • Microsoft Visual Basic 6.0 Professional Edition, when used with:
    • Microsoft Windows 95
    • Microsoft Windows 98 Standard Edition
    • Microsoft Windows Millennium Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition, when used with:
    • Microsoft Windows 95
    • Microsoft Windows 98 Standard Edition
    • Microsoft Windows Millennium Edition
Keywords: 
kbbug kbfix kbvs600sp4fix kbvs600sp5fix kbactivexevents kbideproject KB257741
 

Article Translations