CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Columbia, MD
    Posts
    2

    Shortcut keys for tabs in Property Sheet

    Is there a way to assign shortcut keys (Alt+_) to characters in property sheet tabs so that a user can press "Alt+G" and switch to the "General" tab, for example?


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: Shortcut keys for tabs in Property Sheet

    Hi.

    Check the sample code of PSView of MSDN help.
    PSView sample code shows how to show tab in CView as well as
    how to change tab by push "Tab" & "Ctrl" key.

    HTH.
    -Masaaki Onishi-


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