CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Win 2000 issue

  1. #1
    Join Date
    Jul 2001
    Posts
    15

    Win 2000 issue

    I have created an application in Win 95 using VB 5.0 professional edition.In the menu bar of MDI form, the menu items are displayed along with the accelerator keys.(underline beneath a letter is visible)
    When I run the same application on Win 2000, the accelarator keys are not visible by default.If I press the ALT + key, it functions properly.
    Any pointers to this are welcome


  2. #2
    Join Date
    May 2001
    Location
    Australia
    Posts
    133

    Re: Win 2000 issue

    It seem it is Win 2K's default behavior. Even standard Windows application like IE has same behavior.

    --Take the life as it comes--

  3. #3
    Join Date
    Aug 2001
    Posts
    12

    Re: Win 2000 issue

    Hi,
    I am facing similar Problem . Please inform if u have got the solution for the problem.





  4. #4
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Win 2000 issue

    This is a setting you can change... right-click on the desktop and choose Properties... Effects Tab... the last check box will enable/disable the underlines.


  5. #5
    Join Date
    Aug 2001
    Posts
    12

    Re: Win 2000 issue

    thanks,
    it worked for our projrct.
    again thanks very much



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