CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    19

    How to assign short cuts to a button

    How do i assign short cuts for menu options in my application?

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: How to assign short cuts to a button

    In the resource editor add an accelerator table (if not already exists) then map menu IDs to key combinations.
    If your application uses SDI/MDI framework, that's all.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Jan 2009
    Posts
    19

    Re: How to assign short cuts to a button

    Can you elaborate it furthur?

  4. #4
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: How to assign short cuts to a button

    See Accelerator Editor topics in MSDN.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  5. #5
    Join Date
    Jan 2009
    Posts
    19

    Re: How to assign short cuts to a button

    Thank you

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