Community discussion forum

Introduction to Windows Forms

This is a comment thread discussing Introduction to Windows Forms
  • 9 years ago

    This thread is for discussions of Introduction to Windows Forms.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 5 years ago

    The "" on the short-cut character is visible only when "ALT" is pressed. Is it possible to display the "" programatically???

  • 3 years ago

    this is not a programming issue and it is not something you can set unless you have a custom menu control.


    if you want to view the _ all the time for alt shortcuts you have to go to:


    display properties->appearance->effects


    and uncheck the "Hide underlined charactors for keyboard navigation until I press the ALT key" checkbox.


    these instructions are for XP SP2 Pro build 2600

  • 3 months ago

    Actually all you have to do in place an ampersand before the letter you want underlined.

    So if you want the "r" in "Print" underlined, enter in the code:

    "P&rint"

    That's it.

Post a reply

Enter your message below

Sign in or Join us (it's free).