Search:

Type: Posts; User: silverAG

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,855

    This is how to do it HMENU hmenu =...

    This is how to do it



    HMENU hmenu = GetSystemMenu(testItem->hWnd, FALSE);
    if (hmenu) {
    POINT pt;

    GetCursorPos(&pt);
    int cmd = TrackPopupMenu(hmenu,...
  2. Replies
    1
    Views
    1,855

    Display system menu

    I am trying to make a system menu display from another application at the current position of cursor.(though currently I can not get it to display at all)

    Exactly the same as when you right click...
Results 1 to 2 of 2