IContextMenu interface problem

  • Thread starter Thread starter Rajko
  • Start date Start date
R

Rajko

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.
 
Rajko said:
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) ...).

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.
 
Thx Doug.

Doug Harrison said:
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.
 
Back
Top