CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2004
    Posts
    1

    I do not get shortcut key in Win2K till I press Alt

    Hi,

    I have very simple VC++ MFC application, I have assigned short cut key to a button.

    In windows 2000, only when I press Alt this shortcut key appears.

    But this works fine on Windows 98.

    How can I have the shortcut key visible all the time in windows 2000?

    Regards,
    Rohan

  2. #2
    Join Date
    Apr 2003
    Location
    UK
    Posts
    83
    Control Panel, Display, Effect, untick "Hide keyboard navigation indicators until I use the Alt key".

    This is ticked by default (no indicators), which I find very annoying, and is one of the first things I change when using a new Win2000 install.

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