VB.NET Menubar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom_Slycke

    #1

    VB.NET Menubar

    OK, I'm still in class and we are now adding menu bars. one thing that I
    noticed is that when I define a hotkey (&Exit), the underline on the Exit
    kind of toggles when I hit the ALT key.

    I looked at the Office suite products, like Excel and Word and the underline
    is present all the time. Then I looked in IE and the underline on the
    menubar toggles here with the ALT key also.

    How do you make the Underline present all the time?

    Thanks in advance!!!

    Tom


  • MyndPhlyp

    #2
    Re: VB.NET Menubar


    "Tom_Slycke " <tom_slycke@cox .netwrote in message
    news:%23uJcf0Cr GHA.4408@TK2MSF TNGP04.phx.gbl. ..
    OK, I'm still in class and we are now adding menu bars. one thing that I
    noticed is that when I define a hotkey (&Exit), the underline on the Exit
    kind of toggles when I hit the ALT key.
    >
    I looked at the Office suite products, like Excel and Word and the
    underline
    is present all the time. Then I looked in IE and the underline on the
    menubar toggles here with the ALT key also.
    >
    How do you make the Underline present all the time?
    That's a Windows setting. Control Panel =Display. Go to the Effects tab,
    uncheck "Hide keyboard navigation indicators until I use the Alt key."

    (That's from a Win2K system. WinXP might be different.)

    Office 2K was developed using older tools just as the feature was being
    introduced. As a result it doesn't respect the setting and shows the
    underline all the time.


    Comment

    • Tom_Slycke

      #3
      Re: VB.NET Menubar

      Thanks!!!!



      "MyndPhlyp" <nobody@homerig ht.nowwrote in message
      news:ON2oOdDrGH A.4032@TK2MSFTN GP03.phx.gbl...
      >
      "Tom_Slycke " <tom_slycke@cox .netwrote in message
      news:%23uJcf0Cr GHA.4408@TK2MSF TNGP04.phx.gbl. ..
      OK, I'm still in class and we are now adding menu bars. one thing that I
      noticed is that when I define a hotkey (&Exit), the underline on the
      Exit
      kind of toggles when I hit the ALT key.

      I looked at the Office suite products, like Excel and Word and the
      underline
      is present all the time. Then I looked in IE and the underline on the
      menubar toggles here with the ALT key also.

      How do you make the Underline present all the time?
      >
      That's a Windows setting. Control Panel =Display. Go to the Effects tab,
      uncheck "Hide keyboard navigation indicators until I use the Alt key."
      >
      (That's from a Win2K system. WinXP might be different.)
      >
      Office 2K was developed using older tools just as the feature was being
      introduced. As a result it doesn't respect the setting and shows the
      underline all the time.
      >
      >

      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: VB.NET Menubar

        "Tom_Slycke " <tom_slycke@cox .netschrieb:
        OK, I'm still in class and we are now adding menu bars. one thing that I
        noticed is that when I define a hotkey (&Exit), the underline on the Exit
        kind of toggles when I hit the ALT key.
        >
        I looked at the Office suite products, like Excel and Word and the
        underline
        is present all the time. Then I looked in IE and the underline on the
        menubar toggles here with the ALT key also.
        >
        How do you make the Underline present all the time?
        Showing the keyboard navigation indicators
        <URL:http://dotnet.mvps.org/dotnet/faqs/?id=showacceler ators&lang=en>

        --
        M S Herfried K. Wagner
        M V P <URL:http://dotnet.mvps.org/>
        V B <URL:http://classicvb.org/petition/>

        Comment

        Working...