HRESULT QueryContextMenu(
HMENU hmenu,
UINT indexMenu,
UINT idCmdFirst,
UINT idCmdLast,
UINT uFlags
);
function gives me to small range of numbers !!!
usually:
idCmdFirst = 31209
idCmdLast = 31226
and I need at least 10 more (I have submenu(popmenu) ...).
Thx, Rajko.
Doug Harrison [MVP] - 30 Apr 2004 22:38 GMT
>HRESULT QueryContextMenu(
> HMENU hmenu,
[quoted text clipped - 10 lines]
>
>and I need at least 10 more (I have submenu(popmenu) ...).
That's pretty strange. You should ask about this in the newsgroup:
microsoft.public.win32.programmer.ui
That's where the shell types hang out.

Signature
Doug Harrison
Microsoft MVP - Visual C++
Rajko - 01 May 2004 05:31 GMT
Thx Doug.
> >HRESULT QueryContextMenu(
> > HMENU hmenu,
[quoted text clipped - 16 lines]
>
> That's where the shell types hang out.