Results 1 to 2 of 2

Thread: Tricky One

Threaded View

  1. #1

    Thread Starter
    Registered User Olly's Avatar
    Join Date
    Apr 2001
    Location
    Switzerland
    Posts
    252

    Unhappy Tricky One

    As some of you might know the function to add an item to the end of a menu is AppendMenu like:

    AppendMenu(lhSysMenu, MF_CHECKED,IDM_AlwaysOnTop, "Always On Top")

    to add an item into the system menu that can be checked.

    But how the heck can I add a keyboard shortcut to that like
    "Shift + Y" or so.

    I tried long but couldn't figure it out. Maybe someone can help me?

    That would be too good to be true as I couldn't find it neither on the net nor in the msdn library under AppendMenu. (But I've seen it in programs like winzip)
    Thanks!!!
    Last edited by Olly; Apr 28th, 2001 at 04:01 AM.

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