A warning message contains an incomplete name of a pop-up menu when you set the Popup property of the pop-up menu to False in Visual Studio 2005 (913165)



The information in this article applies to:

  • Microsoft Visual Studio 2005 Professional Edition
  • Microsoft Visual Studio 2005 Standard Edition
  • Microsoft Visual Studio 2005 Express Edition
  • Microsoft Visual C++ 2005 Express Edition

SYMPTOMS

Consider the following scenario. In Microsoft Visual Studio 2005, you set the Popup property to False on a pop-up menu in an MFC application. In this scenario, you receive a warning message in Visual Studio 2005. This warning message indicates that all menu items that are contained in the pop-up menu will be deleted. However, the warning message contains an incomplete name of the pop-up menu that you are trying to modify.

For example, if you have a pop-up menu that is named Item1, you receive the following warning message if you change the Popup property: This will delete all menu items contained in the pop-up menu 'I'. Notice that the name of the pop-up menu in this warning message is incorrect.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MajorLast Reviewed:3/13/2006
Keywords:kbnofix kbBug kbQFE kbprb KB913165 kbAudDeveloper