CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2008
    Posts
    69

    Post Problem in hypen when Creating menu's shortcut

    Dear all,

    I have set the button name = "&New" in my form. But aftter the form is loade i cannot see the a hypen beneth of the char N. If I press only the alt key then only it comes.

    I need when the form is loaded without pressing alt key the hypen should be displayed beneth of the char N.


    With Regards,
    Boopathiraja.

    Thanks in advance to all!............

  2. #2
    Join Date
    May 2004
    Location
    Osijek
    Posts
    61

    Re: Problem in hypen when Creating menu's shortcut

    Quote Originally Posted by sathyboopathiraja View Post
    I have set the button name = "&New" in my form. But aftter the form is loade i cannot see the a hypen beneth of the char N. If I press only the alt key then only it comes.

    I need when the form is loaded without pressing alt key the hypen should be displayed beneth of the char N.
    This is normal behavior. You can change it in Control Panel -> Display -> Appearance -> Effects -> Hide underlined letters...

  3. #3
    Join Date
    Dec 2006
    Posts
    38

    Thumbs up Re: Problem in hypen when Creating menu's shortcut

    A light just came on!

    Thank you.

  4. #4
    Join Date
    Sep 2008
    Posts
    69

    Re: Problem in hypen when Creating menu's shortcut

    Dear jmedved and to All,

    Ya it is working as fine. thanks for ur help. At All the time codeguru is helping me... thanks to codeguru team also.

    With Regards,
    Boopathiraja.N

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