CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2000
    Location
    India
    Posts
    152

    Windows-2000 Menu Issue

    Hi,
    i have developed a application under Windows 2000. It doesn't show the menu shortcut key until unless i don't press the Alt key. if i press Alt key, it shows my all shortcut keys like File(F with underscore). i need to display the shortcut keys always like the Windows-95 and NT.

    thanks,
    J.Mahesh.


  2. #2
    Join Date
    Jul 1999
    Posts
    5

    Re: Windows-2000 Menu Issue

    You will have to programmaticaly change the default selection (is false) in Accessibility Options->Show extra keyboard help in programs.
    This is done by modifying the resitry at
    HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference
    Set the value On="1".


  3. #3
    Join Date
    Jun 2001
    Posts
    1

    Re: Windows-2000 Menu Issue

    Go to Start -> Settings -> Control Panel -> Display -> Effects tab
    Uncheck the box that says "Hide Keyboard navigation indicators until I use the Alt key"

    Remi Obiajunwa


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured