RadioButton problem

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

    #1

    RadioButton problem

    There may be a design error in the VB 2005 Radio Button: Label a button
    "RadioButto n&x" (x or any other letter) where "&" denotes that the alt-x key
    combination is supposed to evoke the button. With VB 2005, the button
    responds to the letter without simultaneously pressing alt. This causes a
    problem... if the user presses that key for any unrelated reasons, the
    button click is evoked... not usable. Was this an error on the part of MS?




  • Cor Ligthert [MVP]

    #2
    Re: RadioButton problem

    Mack,

    There is a special part on Connect Microsoft for this.



    Cor

    "mack" <hp223mack@hotm ail.comschreef in bericht
    news:4510ae5e$0 $47249$ae4e5890 @news.nationwid e.net...
    There may be a design error in the VB 2005 Radio Button: Label a button
    "RadioButto n&x" (x or any other letter) where "&" denotes that the alt-x
    key combination is supposed to evoke the button. With VB 2005, the button
    responds to the letter without simultaneously pressing alt. This causes a
    problem... if the user presses that key for any unrelated reasons, the
    button click is evoked... not usable. Was this an error on the part of MS?
    >
    >
    >
    >

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: RadioButton problem

      "mack" <hp223mack@hotm ail.comschrieb:
      There may be a design error in the VB 2005 Radio Button: Label a button
      "RadioButto n&x" (x or any other letter) where "&" denotes that the alt-x
      key combination is supposed to evoke the button. With VB 2005, the button
      responds to the letter without simultaneously pressing alt. This causes a
      problem... if the user presses that key for any unrelated reasons, the
      button click is evoked... not usable. Was this an error on the part of MS?
      This behavior is by design, and it will only work if a control which does
      not expect character input like a textbox has the focus.

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

      Comment

      Working...