RE: Re: restrictions on number of menu items in windows Explorer
From: Gennady Khokhorin <gok_at_aerometric-ak.com>
Date: 2007-11-26 22:21:35 CET
Hello, Stefan.
UINT idCmd = uidFirstCmd;
The limit number is different for different file types so I assume other programs like tortoise are cutting down available menu items. Never saw such limitation in win2k with tortoise svn control installed.
Any idea what to check for?
-----Original Message-----
Gennady Khokhorin wrote:
Well, the number of context menu entries *is* limited, but I doubt that if you do everything right that you would ever hit that limit. At least not on XP and later (Win2k has a lower limit).
I don't know how you coded your shell extension, but you get the number of entries you're allowed to add in the QueryContextMenu() method:
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Mon Nov 26 22:21:41 2007 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.