FIX: Menu mnemonics fire on the wrong forms in a multiple-document interface (MDI) Windows Forms application (833047)



The information in this article applies to:

  • Microsoft .NET Framework SDK 1.1

SYMPTOMS

In a Microsoft .NET Framework 1.1 multiple-document interface (MDI) Windows Forms application, menu mnemonics will fire on arbitrary MDI child forms instead of on the active child form.

RESOLUTION

To obtain a supported hotfix for this problem, see the following Microsoft Knowledge Base article:

889411 Description of the .NET Framework 1.1 hotfix package: December 10, 2004

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

895251 Availability of the .NET Framework 1.1 post-Service Pack 1 hotfix rollup package for System.windows.forms.dll

WORKAROUND

To work around this problem, override the ProcessDialogChar method of the MDI child form to handle the mnemonic.

STATUS

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

Modification Type:MinorLast Reviewed:4/6/2006
Keywords:kbNetFrame110preSP1fix kbfix kbBug kbQFE KB833047 kbAudDeveloper