Groups | Blog | Home
all groups > visual c > april 2004 >

visual c : IContextMenu interface problem


Doug Harrison [MVP]
4/30/2004 4:38:33 PM
[quoted text, click to view]

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.

--
Doug Harrison
Rajko
4/30/2004 9:11:33 PM
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
5/1/2004 6:31:36 AM
Thx Doug.

[quoted text, click to view]

AddThis Social Bookmark Button