BUG: Access Keys for UserControl Do Not Work in MFC Dialog

Last reviewed: February 13, 1998
Article ID: Q181033
The information in this article applies to:
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 5.0
  • Microsoft Visual C++, 32-bit Editions, version 5.0

SYMPTOMS

Access Keys (accelerators) for a UserControl do not work if the control is contained in an MFC Dialog.

CAUSE

This problem is due to mnemonic differences between MFC 4.2 and Visual Basic 5.0. These mnemonic differences are discussed in the following article in the Microsoft Knowledge Base:

   ARTICLE-ID : Q145698
   TITLE      : PRB: Mnemonic Differences Between MFC 4.0 and Visual
                Basic 4.0

Although this article describes a scenario where the roles of Visual Basic and MFC are reversed, the same problem is encountered when a Visual Basic- created control is contained in an MFC Dialog.

RESOLUTION

There is currently no known workaround for this problem.

STATUS

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

MORE INFORMATION

Steps to Reproduce Problem

  1. Create a new ActiveX Control project in Visual Basic.

  2. Set the AccessKeys property to "NM."

  3. Add a TextBox to the control.

  4. Compile the UserControl to an .ocx.

  5. Create a MFC Dialog application using the VC++ MFCAppWizard.

  6. Add the Visual Basic .ocx to the MFC dialog.

  7. Run the MFC application.

  8. Attempt to use the ALT+"N" or ALT+"M" key combinations. Note that the behavior is a system beep rather than a change in focus.


Additional query words: user control activex ocx
Keywords : vb5all VBKBAX_VBKBComp
Version : WINDOWS:5.0; WINNT:5.0
Platform : WINDOWS winnt
Issue type : kbbug
Solution Type : kbpending


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 13, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.