BUG: Clicking Menu Does Not Go Straight to the Click Event

ID: Q150033


The information in this article applies to:
  • Microsoft Visual Basic for Windows Learning, Professional, and Enterprise Editions, versions 5.0, 6.0
  • Standard, Professional, and Enterprise Editions of Microsoft Visual Basic, version 4.0, for Windows


SYMPTOMS

When you click on a menu item in Design mode, the Click event for that menu item should always appear in the code window. However, this behavior does not occur when you access the Property window before clicking a menu item and the WindowList check box has been clicked for that menu item. The code window appears, but it is set for the General Declarations section.


STATUS

Microsoft has confirmed this to be a issue in the Microsoft products listed at the beginning of this article. We are researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Start a new project. Form1 is created by default.


  2. From the Microsoft Visual Basic menu, select Tools, and then select Menu Editor. For the Caption, type "a." For the Name, type "Mnua." Select the WindowList check box, and click OK.


  3. Press the F4 key to bring up the Properties window. From the Properties window, select Mnua. Change the Caption property to "b."


  4. Click on menu b on the form.


The General Declarations section in the code window displays.

Additional query words: kbvbp400bug kbVBp500bug kbVBp600bug kbVBp kbdsd kbIDE kbDSupport

Keywords : kbGrpVB
Version :
Platform : NT WINDOWS
Issue type : kbbug


Last Reviewed: January 5, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.